Html Css Color HEX #C20ABE Deep Magenta

📋 copy color: '#C20ABE'

red 194 ◦ green 10 ◦ blue 190

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

Shades of Deep Magenta #C20ABE

Tints of Deep Magenta #C20ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 49.24%
G = 2.54%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C20ABE (or 0xC20ABE) is known color: Deep Magenta. HEX triplet: C2, 0A and BE. RGB value is (194,10,190). Sum of RGB (Red+Green+Blue) = 194+10+190=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C20ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ABE is #3DF541. Grayscale: #555555. Windows color (decimal): -4060482 or 12454594. OLE color: 12454594.

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

Color convert

RGB 194 10 190 -
CMYK 0 0.95 0.02 0.24
HSL 301.3º 0.9% 0.4% -
HSV(B) 301.3º 0.95% 0.76% -
XYZ 31.65 15.4 50.02 -
YUV 85.54 186.96 205.36 -
System Red Green Blue C M Y K H S L
Decimal 194 10 190 0 0.95 0.02 0.24 301.3 0.9 0.4
Hex C2 A BE 0 5F 2 18 12D 5A 28
Octal 302 12 276 0 137 2 30 455 132 50
Binary 11000010 1010 10111110 0 1011111 10 11000 100101101 1011010 101000

Color Harmonies of #C20ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20ABE

Black with #C20ABE

Text Example


Text Example

White with #C20ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20ABE; }

 p { color: rgb(194,10,190); }

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

background-color css

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

 a { background-color: rgb(194,10,190); }

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

border-color css

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

 span { border-color: rgb(194,10,190); }

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