Html Css Color HEX #CB3379 Deep Cerise

📋 copy color: '#CB3379'

red 203 ◦ green 51 ◦ blue 121

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

Shades of Deep Cerise #CB3379

Tints of Deep Cerise #CB3379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.6%

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

R = 54.13%
G = 13.6%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB3379 (or 0xCB3379) is known color: Deep Cerise. HEX triplet: CB, 33 and 79. RGB value is (203,51,121). Sum of RGB (Red+Green+Blue) = 203+51+121=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3379 is #34CC86. Grayscale: #686868. Windows color (decimal): -3460231 or 7943115. OLE color: 7943115.

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

Color convert

RGB 203 51 121 -
CMYK 0 0.75 0.40 0.20
HSL 332.37º 0.6% 0.5% -
HSV(B) 332.37º 0.75% 0.8% -
XYZ 29.26 16.44 19.72 -
YUV 104.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 203 51 121 0 0.75 0.40 0.20 332.37 0.6 0.5
Hex CB 33 79 0 4B 28 14 14C 3C 32
Octal 313 63 171 0 113 50 24 514 74 62
Binary 11001011 110011 1111001 0 1001011 101000 10100 101001100 111100 110010

Color Harmonies of #CB3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3379

Black with #CB3379

Text Example


Text Example

White with #CB3379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3379; }

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

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

background-color css

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

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

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

border-color css

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

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

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