Html Css Color HEX #CE2572 Deep Cerise

📋 copy color: '#CE2572'

red 206 ◦ green 37 ◦ blue 114

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

Shades of Deep Cerise #CE2572

Tints of Deep Cerise #CE2572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

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

R = 57.7%
G = 10.36%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE2572 (or 0xCE2572) is known color: Deep Cerise. HEX triplet: CE, 25 and 72. RGB value is (206,37,114). Sum of RGB (Red+Green+Blue) = 206+37+114=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2572 is #31DA8D. Grayscale: #606060. Windows color (decimal): -3267214 or 7480782. OLE color: 7480782.

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

Color convert

RGB 206 37 114 -
CMYK 0 0.82 0.45 0.19
HSL 332.66º 0.7% 0.48% -
HSV(B) 332.66º 0.82% 0.81% -
XYZ 29.15 15.66 17.41 -
YUV 96.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 206 37 114 0 0.82 0.45 0.19 332.66 0.7 0.48
Hex CE 25 72 0 52 2D 13 14D 46 30
Octal 316 45 162 0 122 55 23 515 106 60
Binary 11001110 100101 1110010 0 1010010 101101 10011 101001101 1000110 110000

Color Harmonies of #CE2572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2572

Black with #CE2572

Text Example


Text Example

White with #CE2572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2572; }

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

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

background-color css

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

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

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

border-color css

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

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

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