Html Css Color HEX #CE2E72 Cerise

📋 copy color: '#CE2E72'

red 206 ◦ green 46 ◦ blue 114

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

Shades of Cerise #CE2E72

Tints of Cerise #CE2E72

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.57%

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

R = 56.28%
G = 12.57%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE2E72 (or 0xCE2E72) is known color: Cerise. HEX triplet: CE, 2E and 72. RGB value is (206,46,114). Sum of RGB (Red+Green+Blue) = 206+46+114=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E72 is #31D18D. Grayscale: #656565. Windows color (decimal): -3264910 or 7483086. OLE color: 7483086.

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

Color convert

RGB 206 46 114 -
CMYK 0 0.78 0.45 0.19
HSL 334.5º 0.63% 0.49% -
HSV(B) 334.5º 0.78% 0.81% -
XYZ 29.47 16.29 17.51 -
YUV 101.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 206 46 114 0 0.78 0.45 0.19 334.5 0.63 0.49
Hex CE 2E 72 0 4E 2D 13 14E 3F 31
Octal 316 56 162 0 116 55 23 516 77 61
Binary 11001110 101110 1110010 0 1001110 101101 10011 101001110 111111 110001

Color Harmonies of #CE2E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E72

Black with #CE2E72

Text Example


Text Example

White with #CE2E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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