Html Css Color HEX #C20EC2 Deep Magenta

📋 copy color: '#C20EC2'

red 194 ◦ green 14 ◦ blue 194

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

Shades of Deep Magenta #C20EC2

Tints of Deep Magenta #C20EC2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.48%

 BLUE value IS 194 (76.17% from 255) = 48.26%

R = 48.26%
G = 3.48%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C20EC2 (or 0xC20EC2) is known color: Deep Magenta. HEX triplet: C2, 0E and C2. RGB value is (194,14,194). Sum of RGB (Red+Green+Blue) = 194+14+194=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C20EC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20EC2 is #3DF13D. Grayscale: #575757. Windows color (decimal): -4059454 or 12717762. OLE color: 12717762.

HSL color Cylindrical-coordinate representation of color #C20EC2: hue angle of 300º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20EC2 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 14 194 -
CMYK 0 0.93 0 0.24
HSL 300º 0.87% 0.41% -
HSV(B) 300º 0.93% 0.76% -
XYZ 32.14 15.68 52.37 -
YUV 88.34 187.63 203.36 -
System Red Green Blue C M Y K H S L
Decimal 194 14 194 0 0.93 0 0.24 300 0.87 0.41
Hex C2 E C2 0 5D 0 18 12C 57 29
Octal 302 16 302 0 135 0 30 454 127 51
Binary 11000010 1110 11000010 0 1011101 0 11000 100101100 1010111 101001

Color Harmonies of #C20EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EC2

Black with #C20EC2

Text Example


Text Example

White with #C20EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EC2; }

 p { color: rgb(194,14,194); }

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

background-color css

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

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

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

border-color css

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

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

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