Html Css Color HEX #CB3779 Deep Cerise

📋 copy color: '#CB3779'

red 203 ◦ green 55 ◦ blue 121

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

Shades of Deep Cerise #CB3779

Tints of Deep Cerise #CB3779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.51%

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

R = 53.56%
G = 14.51%
B = 31.93%

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

#CB3779 (or 0xCB3779) is known color: Deep Cerise. HEX triplet: CB, 37 and 79. RGB value is (203,55,121). Sum of RGB (Red+Green+Blue) = 203+55+121=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3779 is #34C886. Grayscale: #6A6A6A. Windows color (decimal): -3459207 or 7944139. OLE color: 7944139.

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

Color convert

RGB 203 55 121 -
CMYK 0 0.73 0.40 0.20
HSL 333.24º 0.59% 0.51% -
HSV(B) 333.24º 0.73% 0.8% -
XYZ 29.45 16.81 19.78 -
YUV 106.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 203 55 121 0 0.73 0.40 0.20 333.24 0.59 0.51
Hex CB 37 79 0 49 28 14 14D 3B 33
Octal 313 67 171 0 111 50 24 515 73 63
Binary 11001011 110111 1111001 0 1001001 101000 10100 101001101 111011 110011

Color Harmonies of #CB3779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3779

Black with #CB3779

Text Example


Text Example

White with #CB3779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3779; }

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

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

background-color css

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

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

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

border-color css

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

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

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