Html Css Color HEX #C20ABA Deep Magenta

📋 copy color: '#C20ABA'

red 194 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #C20ABA

Tints of Deep Magenta #C20ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 49.74%
G = 2.56%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C20ABA (or 0xC20ABA) is known color: Deep Magenta. HEX triplet: C2, 0A and BA. RGB value is (194,10,186). Sum of RGB (Red+Green+Blue) = 194+10+186=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C20ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ABA is #3DF545. Grayscale: #545454. Windows color (decimal): -4060486 or 12192450. OLE color: 12192450.

HSL color Cylindrical-coordinate representation of color #C20ABA: hue angle of 302.61º 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 #C20ABA is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 10 186 -
CMYK 0 0.95 0.04 0.24
HSL 302.61º 0.9% 0.4% -
HSV(B) 302.61º 0.95% 0.76% -
XYZ 31.22 15.23 47.75 -
YUV 85.08 184.96 205.69 -
System Red Green Blue C M Y K H S L
Decimal 194 10 186 0 0.95 0.04 0.24 302.61 0.9 0.4
Hex C2 A BA 0 5F 4 18 12F 5A 28
Octal 302 12 272 0 137 4 30 457 132 50
Binary 11000010 1010 10111010 0 1011111 100 11000 100101111 1011010 101000

Color Harmonies of #C20ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20ABA

Black with #C20ABA

Text Example


Text Example

White with #C20ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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