Html Css Color HEX #CB3077 Deep Cerise

📋 copy color: '#CB3077'

red 203 ◦ green 48 ◦ blue 119

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

Shades of Deep Cerise #CB3077

Tints of Deep Cerise #CB3077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.16%

R = 54.86%
G = 12.97%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB3077 (or 0xCB3077) is known color: Deep Cerise. HEX triplet: CB, 30 and 77. RGB value is (203,48,119). Sum of RGB (Red+Green+Blue) = 203+48+119=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3077 is #34CF88. Grayscale: #666666. Windows color (decimal): -3461001 or 7811275. OLE color: 7811275.

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

Color convert

RGB 203 48 119 -
CMYK 0 0.76 0.41 0.20
HSL 332.52º 0.62% 0.49% -
HSV(B) 332.52º 0.76% 0.8% -
XYZ 29.02 16.14 19.04 -
YUV 102.44 137.35 199.73 -
System Red Green Blue C M Y K H S L
Decimal 203 48 119 0 0.76 0.41 0.20 332.52 0.62 0.49
Hex CB 30 77 0 4C 29 14 14D 3E 31
Octal 313 60 167 0 114 51 24 515 76 61
Binary 11001011 110000 1110111 0 1001100 101001 10100 101001101 111110 110001

Color Harmonies of #CB3077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3077

Black with #CB3077

Text Example


Text Example

White with #CB3077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3077; }

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

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

background-color css

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

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

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

border-color css

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

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

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