Html Css Color HEX #CB3679 Deep Cerise

📋 copy color: '#CB3679'

red 203 ◦ green 54 ◦ blue 121

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

Shades of Deep Cerise #CB3679

Tints of Deep Cerise #CB3679

RGB

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

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

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

R = 53.7%
G = 14.29%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB3679 (or 0xCB3679) is known color: Deep Cerise. HEX triplet: CB, 36 and 79. RGB value is (203,54,121). Sum of RGB (Red+Green+Blue) = 203+54+121=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3679 is #34C986. Grayscale: #6A6A6A. Windows color (decimal): -3459463 or 7943883. OLE color: 7943883.

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

Color convert

RGB 203 54 121 -
CMYK 0 0.73 0.40 0.20
HSL 333.02º 0.59% 0.5% -
HSV(B) 333.02º 0.73% 0.8% -
XYZ 29.4 16.72 19.77 -
YUV 106.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 203 54 121 0 0.73 0.40 0.20 333.02 0.59 0.5
Hex CB 36 79 0 49 28 14 14D 3B 32
Octal 313 66 171 0 111 50 24 515 73 62
Binary 11001011 110110 1111001 0 1001001 101000 10100 101001101 111011 110010

Color Harmonies of #CB3679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3679

Black with #CB3679

Text Example


Text Example

White with #CB3679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3679; }

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

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

background-color css

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

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

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

border-color css

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

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

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