Html Css Color HEX #CB3178 Deep Cerise

📋 copy color: '#CB3178'

red 203 ◦ green 49 ◦ blue 120

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

Shades of Deep Cerise #CB3178

Tints of Deep Cerise #CB3178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.17%

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

R = 54.57%
G = 13.17%
B = 32.26%

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

#CB3178 (or 0xCB3178) is known color: Deep Cerise. HEX triplet: CB, 31 and 78. RGB value is (203,49,120). Sum of RGB (Red+Green+Blue) = 203+49+120=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3178 is #34CE87. Grayscale: #676767. Windows color (decimal): -3460744 or 7877067. OLE color: 7877067.

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

Color convert

RGB 203 49 120 -
CMYK 0 0.76 0.41 0.20
HSL 332.34º 0.61% 0.49% -
HSV(B) 332.34º 0.76% 0.8% -
XYZ 29.12 16.25 19.37 -
YUV 103.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 203 49 120 0 0.76 0.41 0.20 332.34 0.61 0.49
Hex CB 31 78 0 4C 29 14 14C 3D 31
Octal 313 61 170 0 114 51 24 514 75 61
Binary 11001011 110001 1111000 0 1001100 101001 10100 101001100 111101 110001

Color Harmonies of #CB3178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3178

Black with #CB3178

Text Example


Text Example

White with #CB3178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3178; }

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

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

background-color css

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

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

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

border-color css

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

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

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