Html Css Color HEX #CB3678 Deep Cerise

📋 copy color: '#CB3678'

red 203 ◦ green 54 ◦ blue 120

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

Shades of Deep Cerise #CB3678

Tints of Deep Cerise #CB3678

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.32%

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

R = 53.85%
G = 14.32%
B = 31.83%

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

#CB3678 (or 0xCB3678) is known color: Deep Cerise. HEX triplet: CB, 36 and 78. RGB value is (203,54,120). Sum of RGB (Red+Green+Blue) = 203+54+120=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3678 is #34C987. Grayscale: #696969. Windows color (decimal): -3459464 or 7878347. OLE color: 7878347.

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

Color convert

RGB 203 54 120 -
CMYK 0 0.73 0.41 0.20
HSL 333.42º 0.59% 0.5% -
HSV(B) 333.42º 0.73% 0.8% -
XYZ 29.34 16.69 19.44 -
YUV 106.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 203 54 120 0 0.73 0.41 0.20 333.42 0.59 0.5
Hex CB 36 78 0 49 29 14 14D 3B 32
Octal 313 66 170 0 111 51 24 515 73 62
Binary 11001011 110110 1111000 0 1001001 101001 10100 101001101 111011 110010

Color Harmonies of #CB3678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3678

Black with #CB3678

Text Example


Text Example

White with #CB3678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3678; }

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

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

background-color css

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

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

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

border-color css

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

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

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