Html Css Color HEX #CB3C79 Deep Cerise

📋 copy color: '#CB3C79'

red 203 ◦ green 60 ◦ blue 121

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

Shades of Deep Cerise #CB3C79

Tints of Deep Cerise #CB3C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.63%

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

R = 52.86%
G = 15.63%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB3C79 (or 0xCB3C79) is known color: Deep Cerise. HEX triplet: CB, 3C and 79. RGB value is (203,60,121). Sum of RGB (Red+Green+Blue) = 203+60+121=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3C79 is #34C386. Grayscale: #6D6D6D. Windows color (decimal): -3457927 or 7945419. OLE color: 7945419.

HSL color Cylindrical-coordinate representation of color #CB3C79: hue angle of 334.41º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C79 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 60 121 -
CMYK 0 0.70 0.40 0.20
HSL 334.41º 0.58% 0.52% -
HSV(B) 334.41º 0.7% 0.8% -
XYZ 29.7 17.31 19.86 -
YUV 109.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 203 60 121 0 0.70 0.40 0.20 334.41 0.58 0.52
Hex CB 3C 79 0 46 28 14 14E 3A 34
Octal 313 74 171 0 106 50 24 516 72 64
Binary 11001011 111100 1111001 0 1000110 101000 10100 101001110 111010 110100

Color Harmonies of #CB3C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3C79

Black with #CB3C79

Text Example


Text Example

White with #CB3C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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