Html Css Color HEX #CB3378 Deep Cerise

📋 copy color: '#CB3378'

red 203 ◦ green 51 ◦ blue 120

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

Shades of Deep Cerise #CB3378

Tints of Deep Cerise #CB3378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.64%

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

R = 54.28%
G = 13.64%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB3378 (or 0xCB3378) is known color: Deep Cerise. HEX triplet: CB, 33 and 78. RGB value is (203,51,120). Sum of RGB (Red+Green+Blue) = 203+51+120=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3378 is #34CC87. Grayscale: #686868. Windows color (decimal): -3460232 or 7877579. OLE color: 7877579.

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

Color convert

RGB 203 51 120 -
CMYK 0 0.75 0.41 0.20
HSL 332.76º 0.6% 0.5% -
HSV(B) 332.76º 0.75% 0.8% -
XYZ 29.2 16.42 19.4 -
YUV 104.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 203 51 120 0 0.75 0.41 0.20 332.76 0.6 0.5
Hex CB 33 78 0 4B 29 14 14D 3C 32
Octal 313 63 170 0 113 51 24 515 74 62
Binary 11001011 110011 1111000 0 1001011 101001 10100 101001101 111100 110010

Color Harmonies of #CB3378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3378

Black with #CB3378

Text Example


Text Example

White with #CB3378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3378; }

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

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

background-color css

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

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

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

border-color css

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

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

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