Html Css Color HEX #C20BB0 Deep Magenta

📋 copy color: '#C20BB0'

red 194 ◦ green 11 ◦ blue 176

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

Shades of Deep Magenta #C20BB0

Tints of Deep Magenta #C20BB0

RGB

 RED value IS 194 (76.17% from 255) = 50.92%

 GREEN value IS 11 (4.69% from 255) = 2.89%

 BLUE value IS 176 (69.14% from 255) = 46.19%

R = 50.92%
G = 2.89%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C20BB0 (or 0xC20BB0) is known color: Deep Magenta. HEX triplet: C2, 0B and B0. RGB value is (194,11,176). Sum of RGB (Red+Green+Blue) = 194+11+176=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20BB0 is #3DF44F. Grayscale: #545454. Windows color (decimal): -4060240 or 11537346. OLE color: 11537346.

HSL color Cylindrical-coordinate representation of color #C20BB0: hue angle of 305.9º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20BB0 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 11 176 -
CMYK 0 0.94 0.09 0.24
HSL 305.9º 0.89% 0.4% -
HSV(B) 305.9º 0.94% 0.76% -
XYZ 30.2 14.84 42.35 -
YUV 84.53 179.63 206.08 -
System Red Green Blue C M Y K H S L
Decimal 194 11 176 0 0.94 0.09 0.24 305.9 0.89 0.4
Hex C2 B B0 0 5E 9 18 132 59 28
Octal 302 13 260 0 136 11 30 462 131 50
Binary 11000010 1011 10110000 0 1011110 1001 11000 100110010 1011001 101000

Color Harmonies of #C20BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BB0

Black with #C20BB0

Text Example


Text Example

White with #C20BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BB0; }

 p { color: rgb(194,11,176); }

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

background-color css

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

 a { background-color: rgb(194,11,176); }

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

border-color css

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

 span { border-color: rgb(194,11,176); }

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