Html Css Color HEX #CE31A9 Deep Cerise

📋 copy color: '#CE31A9'

red 206 ◦ green 49 ◦ blue 169

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

Shades of Deep Cerise #CE31A9

Tints of Deep Cerise #CE31A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.86%

R = 48.58%
G = 11.56%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE31A9 (or 0xCE31A9) is known color: Deep Cerise. HEX triplet: CE, 31 and A9. RGB value is (206,49,169). Sum of RGB (Red+Green+Blue) = 206+49+169=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE31A9 is #31CE56. Grayscale: #6D6D6D. Windows color (decimal): -3264087 or 11088334. OLE color: 11088334.

HSL color Cylindrical-coordinate representation of color #CE31A9: hue angle of 314.14º 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 #CE31A9 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 49 169 -
CMYK 0 0.76 0.18 0.19
HSL 314.14º 0.62% 0.5% -
HSV(B) 314.14º 0.76% 0.81% -
XYZ 33.71 18.18 39.27 -
YUV 109.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 206 49 169 0 0.76 0.18 0.19 314.14 0.62 0.5
Hex CE 31 A9 0 4C 12 13 13A 3E 32
Octal 316 61 251 0 114 22 23 472 76 62
Binary 11001110 110001 10101001 0 1001100 10010 10011 100111010 111110 110010

Color Harmonies of #CE31A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31A9

Black with #CE31A9

Text Example


Text Example

White with #CE31A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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