Html Css Color HEX #CB3972 Cerise

📋 copy color: '#CB3972'

red 203 ◦ green 57 ◦ blue 114

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

Shades of Cerise #CB3972

Tints of Cerise #CB3972

RGB

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

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

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

R = 54.28%
G = 15.24%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB3972 (or 0xCB3972) is known color: Cerise. HEX triplet: CB, 39 and 72. RGB value is (203,57,114). Sum of RGB (Red+Green+Blue) = 203+57+114=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3972 is #34C68D. Grayscale: #6B6B6B. Windows color (decimal): -3458702 or 7485899. OLE color: 7485899.

HSL color Cylindrical-coordinate representation of color #CB3972: hue angle of 336.58º 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 #CB3972 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 57 114 -
CMYK 0 0.72 0.44 0.20
HSL 336.58º 0.58% 0.51% -
HSV(B) 336.58º 0.72% 0.8% -
XYZ 29.13 16.84 17.63 -
YUV 107.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 203 57 114 0 0.72 0.44 0.20 336.58 0.58 0.51
Hex CB 39 72 0 48 2C 14 151 3A 33
Octal 313 71 162 0 110 54 24 521 72 63
Binary 11001011 111001 1110010 0 1001000 101100 10100 101010001 111010 110011

Color Harmonies of #CB3972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3972

Black with #CB3972

Text Example


Text Example

White with #CB3972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3972; }

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

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

background-color css

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

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

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

border-color css

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

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

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