Html Css Color HEX #CE2772 Deep Cerise

📋 copy color: '#CE2772'

red 206 ◦ green 39 ◦ blue 114

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

Shades of Deep Cerise #CE2772

Tints of Deep Cerise #CE2772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.86%

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

R = 57.38%
G = 10.86%
B = 31.75%

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

#CE2772 (or 0xCE2772) is known color: Deep Cerise. HEX triplet: CE, 27 and 72. RGB value is (206,39,114). Sum of RGB (Red+Green+Blue) = 206+39+114=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2772 is #31D88D. Grayscale: #616161. Windows color (decimal): -3266702 or 7481294. OLE color: 7481294.

HSL color Cylindrical-coordinate representation of color #CE2772: hue angle of 333.05º degrees, saturation: 0.68, 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 #CE2772 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 39 114 -
CMYK 0 0.81 0.45 0.19
HSL 333.05º 0.68% 0.48% -
HSV(B) 333.05º 0.81% 0.81% -
XYZ 29.22 15.79 17.43 -
YUV 97.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 206 39 114 0 0.81 0.45 0.19 333.05 0.68 0.48
Hex CE 27 72 0 51 2D 13 14D 44 30
Octal 316 47 162 0 121 55 23 515 104 60
Binary 11001110 100111 1110010 0 1010001 101101 10011 101001101 1000100 110000

Color Harmonies of #CE2772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2772

Black with #CE2772

Text Example


Text Example

White with #CE2772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2772; }

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

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

background-color css

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

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

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

border-color css

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

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

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