Html Css Color HEX #CB2A79 Deep Cerise

📋 copy color: '#CB2A79'

red 203 ◦ green 42 ◦ blue 121

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

Shades of Deep Cerise #CB2A79

Tints of Deep Cerise #CB2A79

RGB

 RED value IS 203 (79.69% from 255) = 55.46%

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

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 55.46%
G = 11.48%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB2A79 (or 0xCB2A79) is known color: Deep Cerise. HEX triplet: CB, 2A and 79. RGB value is (203,42,121). Sum of RGB (Red+Green+Blue) = 203+42+121=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2A79 is #34D586. Grayscale: #626262. Windows color (decimal): -3462535 or 7940811. OLE color: 7940811.

HSL color Cylindrical-coordinate representation of color #CB2A79: hue angle of 330.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2A79 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 42 121 -
CMYK 0 0.79 0.40 0.20
HSL 330.56º 0.66% 0.48% -
HSV(B) 330.56º 0.79% 0.8% -
XYZ 28.91 15.73 19.6 -
YUV 99.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 203 42 121 0 0.79 0.40 0.20 330.56 0.66 0.48
Hex CB 2A 79 0 4F 28 14 14B 42 30
Octal 313 52 171 0 117 50 24 513 102 60
Binary 11001011 101010 1111001 0 1001111 101000 10100 101001011 1000010 110000

Color Harmonies of #CB2A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2A79

Black with #CB2A79

Text Example


Text Example

White with #CB2A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2A79; }

 p { color: rgb(203,42,121); }

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

background-color css

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

 a { background-color: rgb(203,42,121); }

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

border-color css

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

 span { border-color: rgb(203,42,121); }

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