Html Css Color HEX #CE2872 Deep Cerise

📋 copy color: '#CE2872'

red 206 ◦ green 40 ◦ blue 114

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

Shades of Deep Cerise #CE2872

Tints of Deep Cerise #CE2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.11%

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 57.22%
G = 11.11%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE2872 (or 0xCE2872) is known color: Deep Cerise. HEX triplet: CE, 28 and 72. RGB value is (206,40,114). Sum of RGB (Red+Green+Blue) = 206+40+114=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2872 is #31D78D. Grayscale: #616161. Windows color (decimal): -3266446 or 7481550. OLE color: 7481550.

HSL color Cylindrical-coordinate representation of color #CE2872: hue angle of 333.25º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2872 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 40 114 -
CMYK 0 0.81 0.45 0.19
HSL 333.25º 0.67% 0.48% -
HSV(B) 333.25º 0.81% 0.81% -
XYZ 29.25 15.85 17.44 -
YUV 98.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 206 40 114 0 0.81 0.45 0.19 333.25 0.67 0.48
Hex CE 28 72 0 51 2D 13 14D 43 30
Octal 316 50 162 0 121 55 23 515 103 60
Binary 11001110 101000 1110010 0 1010001 101101 10011 101001101 1000011 110000

Color Harmonies of #CE2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2872

Black with #CE2872

Text Example


Text Example

White with #CE2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2872; }

 p { color: rgb(206,40,114); }

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

background-color css

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

 a { background-color: rgb(206,40,114); }

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

border-color css

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

 span { border-color: rgb(206,40,114); }

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