Html Css Color HEX #CB3179 Deep Cerise

📋 copy color: '#CB3179'

red 203 ◦ green 49 ◦ blue 121

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

Shades of Deep Cerise #CB3179

Tints of Deep Cerise #CB3179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 54.42%
G = 13.14%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB3179 (or 0xCB3179) is known color: Deep Cerise. HEX triplet: CB, 31 and 79. RGB value is (203,49,121). Sum of RGB (Red+Green+Blue) = 203+49+121=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3179 is #34CE86. Grayscale: #676767. Windows color (decimal): -3460743 or 7942603. OLE color: 7942603.

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

Color convert

RGB 203 49 121 -
CMYK 0 0.76 0.40 0.20
HSL 331.95º 0.61% 0.49% -
HSV(B) 331.95º 0.76% 0.8% -
XYZ 29.18 16.27 19.69 -
YUV 103.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 203 49 121 0 0.76 0.40 0.20 331.95 0.61 0.49
Hex CB 31 79 0 4C 28 14 14C 3D 31
Octal 313 61 171 0 114 50 24 514 75 61
Binary 11001011 110001 1111001 0 1001100 101000 10100 101001100 111101 110001

Color Harmonies of #CB3179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3179

Black with #CB3179

Text Example


Text Example

White with #CB3179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3179; }

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

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

background-color css

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

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

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

border-color css

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

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

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