Html Css Color HEX #CB3072 Deep Cerise

📋 copy color: '#CB3072'

red 203 ◦ green 48 ◦ blue 114

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

Shades of Deep Cerise #CB3072

Tints of Deep Cerise #CB3072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

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

R = 55.62%
G = 13.15%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB3072 (or 0xCB3072) is known color: Deep Cerise. HEX triplet: CB, 30 and 72. RGB value is (203,48,114). Sum of RGB (Red+Green+Blue) = 203+48+114=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3072 is #34CF8D. Grayscale: #656565. Windows color (decimal): -3461006 or 7483595. OLE color: 7483595.

HSL color Cylindrical-coordinate representation of color #CB3072: hue angle of 334.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3072 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 48 114 -
CMYK 0 0.76 0.44 0.20
HSL 334.45º 0.62% 0.49% -
HSV(B) 334.45º 0.76% 0.8% -
XYZ 28.72 16.03 17.5 -
YUV 101.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 203 48 114 0 0.76 0.44 0.20 334.45 0.62 0.49
Hex CB 30 72 0 4C 2C 14 14E 3E 31
Octal 313 60 162 0 114 54 24 516 76 61
Binary 11001011 110000 1110010 0 1001100 101100 10100 101001110 111110 110001

Color Harmonies of #CB3072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3072

Black with #CB3072

Text Example


Text Example

White with #CB3072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3072; }

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

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

background-color css

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

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

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

border-color css

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

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

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