Html Css Color HEX #CE31A0 Deep Cerise

📋 copy color: '#CE31A0'

red 206 ◦ green 49 ◦ blue 160

#CE31A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CE31A0

Tints of Deep Cerise #CE31A0

RGB

 RED value IS 206 (80.86% from 255) = 49.64%

 GREEN value IS 49 (19.53% from 255) = 11.81%

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 49.64%
G = 11.81%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE31A0 (or 0xCE31A0) is known color: Deep Cerise. HEX triplet: CE, 31 and A0. RGB value is (206,49,160). Sum of RGB (Red+Green+Blue) = 206+49+160=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE31A0 is #31CE5F. Grayscale: #6C6C6C. Windows color (decimal): -3264096 or 10498510. OLE color: 10498510.

HSL color Cylindrical-coordinate representation of color #CE31A0: hue angle of 317.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE31A0 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 49 160 -
CMYK 0 0.76 0.22 0.19
HSL 317.58º 0.62% 0.5% -
HSV(B) 317.58º 0.76% 0.81% -
XYZ 32.9 17.86 34.97 -
YUV 108.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 206 49 160 0 0.76 0.22 0.19 317.58 0.62 0.5
Hex CE 31 A0 0 4C 16 13 13E 3E 32
Octal 316 61 240 0 114 26 23 476 76 62
Binary 11001110 110001 10100000 0 1001100 10110 10011 100111110 111110 110010

Color Harmonies of #CE31A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31A0

Black with #CE31A0

Text Example


Text Example

White with #CE31A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31A0; }

 p { color: rgb(206,49,160); }

 H1.HeaderClassName
 {
   color: #CE31A0;
 }
 .AnyTagClassName
 {
   color: #CE31A0;
 }
</style>

background-color css

<style>
 a { background-color: #CE31A0; }

 a { background-color: rgb(206,49,160); }

 div.DivClassName
 {
   background-color: #CE31A0;
 }
 .BgClassName
 {
   background-color: #CE31A0;
 }
</style>

border-color css

<style>
 span { border-color: #CE31A0; }

 span { border-color: rgb(206,49,160); }

 td.TdClassName
 {
   border-color: #CE31A0;
 }
 .TagClassName
 {
   border-color: #CE31A0;
 }
</style>