Html Css Color HEX #C20FDC Deep Magenta

📋 copy color: '#C20FDC'

red 194 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #C20FDC

Tints of Deep Magenta #C20FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.5%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 45.22%
G = 3.5%
B = 51.28%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C20FDC (or 0xC20FDC) is known color: Deep Magenta. HEX triplet: C2, 0F and DC. RGB value is (194,15,220). Sum of RGB (Red+Green+Blue) = 194+15+220=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #C20FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FDC is #3DF023. Grayscale: #5B5B5B. Windows color (decimal): -4059172 or 14421954. OLE color: 14421954.

HSL color Cylindrical-coordinate representation of color #C20FDC: hue angle of 292.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20FDC is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 15 220 -
CMYK 0.12 0.93 0 0.14
HSL 292.39º 0.87% 0.46% -
HSV(B) 292.39º 0.93% 0.86% -
XYZ 35.34 16.98 69.12 -
YUV 91.89 200.3 200.83 -
System Red Green Blue C M Y K H S L
Decimal 194 15 220 0.12 0.93 0 0.14 292.39 0.87 0.46
Hex C2 F DC C 5D 0 E 124 57 2E
Octal 302 17 334 14 135 0 16 444 127 56
Binary 11000010 1111 11011100 1100 1011101 0 1110 100100100 1010111 101110

Color Harmonies of #C20FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20FDC

Black with #C20FDC

Text Example


Text Example

White with #C20FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20FDC; }

 p { color: rgb(194,15,220); }

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

background-color css

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

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

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

border-color css

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

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

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