Html Css Color HEX #CB3879 Deep Cerise

📋 copy color: '#CB3879'

red 203 ◦ green 56 ◦ blue 121

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

Shades of Deep Cerise #CB3879

Tints of Deep Cerise #CB3879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.74%

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

R = 53.42%
G = 14.74%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB3879 (or 0xCB3879) is known color: Deep Cerise. HEX triplet: CB, 38 and 79. RGB value is (203,56,121). Sum of RGB (Red+Green+Blue) = 203+56+121=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3879 is #34C786. Grayscale: #6B6B6B. Windows color (decimal): -3458951 or 7944395. OLE color: 7944395.

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

Color convert

RGB 203 56 121 -
CMYK 0 0.72 0.40 0.20
HSL 333.47º 0.59% 0.51% -
HSV(B) 333.47º 0.72% 0.8% -
XYZ 29.49 16.91 19.8 -
YUV 107.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 203 56 121 0 0.72 0.40 0.20 333.47 0.59 0.51
Hex CB 38 79 0 48 28 14 14D 3B 33
Octal 313 70 171 0 110 50 24 515 73 63
Binary 11001011 111000 1111001 0 1001000 101000 10100 101001101 111011 110011

Color Harmonies of #CB3879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3879

Black with #CB3879

Text Example


Text Example

White with #CB3879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3879; }

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

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

background-color css

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

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

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

border-color css

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

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

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