Html Css Color HEX #CB2776 Deep Cerise

📋 copy color: '#CB2776'

red 203 ◦ green 39 ◦ blue 118

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

Shades of Deep Cerise #CB2776

Tints of Deep Cerise #CB2776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 56.39%
G = 10.83%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB2776 (or 0xCB2776) is known color: Deep Cerise. HEX triplet: CB, 27 and 76. RGB value is (203,39,118). Sum of RGB (Red+Green+Blue) = 203+39+118=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2776 is #34D889. Grayscale: #606060. Windows color (decimal): -3463306 or 7743435. OLE color: 7743435.

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

Color convert

RGB 203 39 118 -
CMYK 0 0.81 0.42 0.20
HSL 331.1º 0.68% 0.47% -
HSV(B) 331.1º 0.81% 0.8% -
XYZ 28.62 15.46 18.61 -
YUV 97.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 203 39 118 0 0.81 0.42 0.20 331.1 0.68 0.47
Hex CB 27 76 0 51 2A 14 14B 44 2F
Octal 313 47 166 0 121 52 24 513 104 57
Binary 11001011 100111 1110110 0 1010001 101010 10100 101001011 1000100 101111

Color Harmonies of #CB2776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2776

Black with #CB2776

Text Example


Text Example

White with #CB2776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2776; }

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

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

background-color css

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

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

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

border-color css

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

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

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