Html Css Color HEX #CE2A73 Deep Cerise

📋 copy color: '#CE2A73'

red 206 ◦ green 42 ◦ blue 115

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

Shades of Deep Cerise #CE2A73

Tints of Deep Cerise #CE2A73

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.57%

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 56.75%
G = 11.57%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE2A73 (or 0xCE2A73) is known color: Deep Cerise. HEX triplet: CE, 2A and 73. RGB value is (206,42,115). Sum of RGB (Red+Green+Blue) = 206+42+115=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A73 is #31D58C. Grayscale: #636363. Windows color (decimal): -3265933 or 7547598. OLE color: 7547598.

HSL color Cylindrical-coordinate representation of color #CE2A73: hue angle of 333.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A73 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 115 -
CMYK 0 0.80 0.44 0.19
HSL 333.29º 0.66% 0.49% -
HSV(B) 333.29º 0.8% 0.81% -
XYZ 29.38 16.02 17.76 -
YUV 99.36 136.83 204.06 -
System Red Green Blue C M Y K H S L
Decimal 206 42 115 0 0.80 0.44 0.19 333.29 0.66 0.49
Hex CE 2A 73 0 50 2C 13 14D 42 31
Octal 316 52 163 0 120 54 23 515 102 61
Binary 11001110 101010 1110011 0 1010000 101100 10011 101001101 1000010 110001

Color Harmonies of #CE2A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A73

Black with #CE2A73

Text Example


Text Example

White with #CE2A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A73; }

 p { color: rgb(206,42,115); }

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

background-color css

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

 a { background-color: rgb(206,42,115); }

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

border-color css

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

 span { border-color: rgb(206,42,115); }

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