Html Css Color HEX #CB2973 Deep Cerise

📋 copy color: '#CB2973'

red 203 ◦ green 41 ◦ blue 115

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

Shades of Deep Cerise #CB2973

Tints of Deep Cerise #CB2973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

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

R = 56.55%
G = 11.42%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB2973 (or 0xCB2973) is known color: Deep Cerise. HEX triplet: CB, 29 and 73. RGB value is (203,41,115). Sum of RGB (Red+Green+Blue) = 203+41+115=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2973 is #34D68C. Grayscale: #616161. Windows color (decimal): -3462797 or 7547339. OLE color: 7547339.

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

Color convert

RGB 203 41 115 -
CMYK 0 0.80 0.43 0.20
HSL 332.59º 0.66% 0.48% -
HSV(B) 332.59º 0.8% 0.8% -
XYZ 28.52 15.52 17.71 -
YUV 97.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 203 41 115 0 0.80 0.43 0.20 332.59 0.66 0.48
Hex CB 29 73 0 50 2B 14 14D 42 30
Octal 313 51 163 0 120 53 24 515 102 60
Binary 11001011 101001 1110011 0 1010000 101011 10100 101001101 1000010 110000

Color Harmonies of #CB2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2973

Black with #CB2973

Text Example


Text Example

White with #CB2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2973; }

 p { color: rgb(203,41,115); }

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

background-color css

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

 a { background-color: rgb(203,41,115); }

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

border-color css

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

 span { border-color: rgb(203,41,115); }

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