Html Css Color HEX #CB3778 Deep Cerise

📋 copy color: '#CB3778'

red 203 ◦ green 55 ◦ blue 120

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

Shades of Deep Cerise #CB3778

Tints of Deep Cerise #CB3778

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.55%

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 53.7%
G = 14.55%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB3778 (or 0xCB3778) is known color: Deep Cerise. HEX triplet: CB, 37 and 78. RGB value is (203,55,120). Sum of RGB (Red+Green+Blue) = 203+55+120=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3778 is #34C887. Grayscale: #6A6A6A. Windows color (decimal): -3459208 or 7878603. OLE color: 7878603.

HSL color Cylindrical-coordinate representation of color #CB3778: hue angle of 333.65º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3778 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 120 -
CMYK 0 0.73 0.41 0.20
HSL 333.65º 0.59% 0.51% -
HSV(B) 333.65º 0.73% 0.8% -
XYZ 29.38 16.78 19.46 -
YUV 106.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 203 55 120 0 0.73 0.41 0.20 333.65 0.59 0.51
Hex CB 37 78 0 49 29 14 14E 3B 33
Octal 313 67 170 0 111 51 24 516 73 63
Binary 11001011 110111 1111000 0 1001001 101001 10100 101001110 111011 110011

Color Harmonies of #CB3778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3778

Black with #CB3778

Text Example


Text Example

White with #CB3778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3778; }

 p { color: rgb(203,55,120); }

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

background-color css

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

 a { background-color: rgb(203,55,120); }

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

border-color css

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

 span { border-color: rgb(203,55,120); }

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