Html Css Color HEX #C20FDA Deep Magenta

📋 copy color: '#C20FDA'

red 194 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #C20FDA

Tints of Deep Magenta #C20FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 45.43%
G = 3.51%
B = 51.05%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C20FDA (or 0xC20FDA) is known color: Deep Magenta. HEX triplet: C2, 0F and DA. RGB value is (194,15,218). Sum of RGB (Red+Green+Blue) = 194+15+218=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #C20FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FDA is #3DF025. Grayscale: #5B5B5B. Windows color (decimal): -4059174 or 14290882. OLE color: 14290882.

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

Color convert

RGB 194 15 218 -
CMYK 0.11 0.93 0 0.15
HSL 292.91º 0.87% 0.46% -
HSV(B) 292.91º 0.93% 0.85% -
XYZ 35.07 16.87 67.74 -
YUV 91.66 199.3 200.99 -
System Red Green Blue C M Y K H S L
Decimal 194 15 218 0.11 0.93 0 0.15 292.91 0.87 0.46
Hex C2 F DA B 5D 0 F 125 57 2E
Octal 302 17 332 13 135 0 17 445 127 56
Binary 11000010 1111 11011010 1011 1011101 0 1111 100100101 1010111 101110

Color Harmonies of #C20FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20FDA

Black with #C20FDA

Text Example


Text Example

White with #C20FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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