Html Css Color HEX #C20ABC Deep Magenta

📋 copy color: '#C20ABC'

red 194 ◦ green 10 ◦ blue 188

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

Shades of Deep Magenta #C20ABC

Tints of Deep Magenta #C20ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 49.49%
G = 2.55%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C20ABC (or 0xC20ABC) is known color: Deep Magenta. HEX triplet: C2, 0A and BC. RGB value is (194,10,188). Sum of RGB (Red+Green+Blue) = 194+10+188=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C20ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ABC is #3DF543. Grayscale: #545454. Windows color (decimal): -4060484 or 12323522. OLE color: 12323522.

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

Color convert

RGB 194 10 188 -
CMYK 0 0.95 0.03 0.24
HSL 301.96º 0.9% 0.4% -
HSV(B) 301.96º 0.95% 0.76% -
XYZ 31.43 15.32 48.88 -
YUV 85.31 185.96 205.53 -
System Red Green Blue C M Y K H S L
Decimal 194 10 188 0 0.95 0.03 0.24 301.96 0.9 0.4
Hex C2 A BC 0 5F 3 18 12E 5A 28
Octal 302 12 274 0 137 3 30 456 132 50
Binary 11000010 1010 10111100 0 1011111 11 11000 100101110 1011010 101000

Color Harmonies of #C20ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20ABC

Black with #C20ABC

Text Example


Text Example

White with #C20ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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