Html Css Color HEX #CB3973 Deep Cerise

📋 copy color: '#CB3973'

red 203 ◦ green 57 ◦ blue 115

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

Shades of Deep Cerise #CB3973

Tints of Deep Cerise #CB3973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

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

R = 54.13%
G = 15.2%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB3973 (or 0xCB3973) is known color: Deep Cerise. HEX triplet: CB, 39 and 73. RGB value is (203,57,115). Sum of RGB (Red+Green+Blue) = 203+57+115=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3973 is #34C68C. Grayscale: #6B6B6B. Windows color (decimal): -3458701 or 7551435. OLE color: 7551435.

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

Color convert

RGB 203 57 115 -
CMYK 0 0.72 0.43 0.20
HSL 336.16º 0.58% 0.51% -
HSV(B) 336.16º 0.72% 0.8% -
XYZ 29.19 16.86 17.94 -
YUV 107.27 132.37 196.28 -
System Red Green Blue C M Y K H S L
Decimal 203 57 115 0 0.72 0.43 0.20 336.16 0.58 0.51
Hex CB 39 73 0 48 2B 14 150 3A 33
Octal 313 71 163 0 110 53 24 520 72 63
Binary 11001011 111001 1110011 0 1001000 101011 10100 101010000 111010 110011

Color Harmonies of #CB3973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3973

Black with #CB3973

Text Example


Text Example

White with #CB3973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3973; }

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

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

background-color css

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

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

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

border-color css

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

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

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