Html Css Color HEX #CE2479 Deep Cerise

📋 copy color: '#CE2479'

red 206 ◦ green 36 ◦ blue 121

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

Shades of Deep Cerise #CE2479

Tints of Deep Cerise #CE2479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.92%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 56.75%
G = 9.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE2479 (or 0xCE2479) is known color: Deep Cerise. HEX triplet: CE, 24 and 79. RGB value is (206,36,121). Sum of RGB (Red+Green+Blue) = 206+36+121=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2479 is #31DB86. Grayscale: #606060. Windows color (decimal): -3267463 or 7939278. OLE color: 7939278.

HSL color Cylindrical-coordinate representation of color #CE2479: hue angle of 330º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2479 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 121 -
CMYK 0 0.83 0.41 0.19
HSL 330º 0.7% 0.47% -
HSV(B) 330º 0.83% 0.81% -
XYZ 29.54 15.76 19.58 -
YUV 96.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 206 36 121 0 0.83 0.41 0.19 330 0.7 0.47
Hex CE 24 79 0 53 29 13 14A 46 2F
Octal 316 44 171 0 123 51 23 512 106 57
Binary 11001110 100100 1111001 0 1010011 101001 10011 101001010 1000110 101111

Color Harmonies of #CE2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2479

Black with #CE2479

Text Example


Text Example

White with #CE2479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2479; }

 p { color: rgb(206,36,121); }

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

background-color css

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

 a { background-color: rgb(206,36,121); }

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

border-color css

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

 span { border-color: rgb(206,36,121); }

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