Html Css Color HEX #CE2C72 Cerise

📋 copy color: '#CE2C72'

red 206 ◦ green 44 ◦ blue 114

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

Shades of Cerise #CE2C72

Tints of Cerise #CE2C72

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.09%

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

R = 56.59%
G = 12.09%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE2C72 (or 0xCE2C72) is known color: Cerise. HEX triplet: CE, 2C and 72. RGB value is (206,44,114). Sum of RGB (Red+Green+Blue) = 206+44+114=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2C72 is #31D38D. Grayscale: #646464. Windows color (decimal): -3265422 or 7482574. OLE color: 7482574.

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

Color convert

RGB 206 44 114 -
CMYK 0 0.79 0.45 0.19
HSL 334.07º 0.65% 0.49% -
HSV(B) 334.07º 0.79% 0.81% -
XYZ 29.39 16.14 17.49 -
YUV 100.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 206 44 114 0 0.79 0.45 0.19 334.07 0.65 0.49
Hex CE 2C 72 0 4F 2D 13 14E 41 31
Octal 316 54 162 0 117 55 23 516 101 61
Binary 11001110 101100 1110010 0 1001111 101101 10011 101001110 1000001 110001

Color Harmonies of #CE2C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2C72

Black with #CE2C72

Text Example


Text Example

White with #CE2C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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