Html Css Color HEX #CB2772 Deep Cerise

📋 copy color: '#CB2772'

red 203 ◦ green 39 ◦ blue 114

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

Shades of Deep Cerise #CB2772

Tints of Deep Cerise #CB2772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.96%

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

R = 57.02%
G = 10.96%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB2772 (or 0xCB2772) is known color: Deep Cerise. HEX triplet: CB, 27 and 72. RGB value is (203,39,114). Sum of RGB (Red+Green+Blue) = 203+39+114=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2772 is #34D88D. Grayscale: #606060. Windows color (decimal): -3463310 or 7481291. OLE color: 7481291.

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

Color convert

RGB 203 39 114 -
CMYK 0 0.81 0.44 0.20
HSL 332.56º 0.68% 0.47% -
HSV(B) 332.56º 0.81% 0.8% -
XYZ 28.39 15.36 17.39 -
YUV 96.59 137.83 203.9 -
System Red Green Blue C M Y K H S L
Decimal 203 39 114 0 0.81 0.44 0.20 332.56 0.68 0.47
Hex CB 27 72 0 51 2C 14 14D 44 2F
Octal 313 47 162 0 121 54 24 515 104 57
Binary 11001011 100111 1110010 0 1010001 101100 10100 101001101 1000100 101111

Color Harmonies of #CB2772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2772

Black with #CB2772

Text Example


Text Example

White with #CB2772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2772; }

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

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

background-color css

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

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

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

border-color css

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

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

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