Html Css Color HEX #C20EDF Deep Magenta

📋 copy color: '#C20EDF'

red 194 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #C20EDF

Tints of Deep Magenta #C20EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 45.01%
G = 3.25%
B = 51.74%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C20EDF (or 0xC20EDF) is known color: Deep Magenta. HEX triplet: C2, 0E and DF. RGB value is (194,14,223). Sum of RGB (Red+Green+Blue) = 194+14+223=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #C20EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20EDF is #3DF120. Grayscale: #5A5A5A. Windows color (decimal): -4059425 or 14618306. OLE color: 14618306.

HSL color Cylindrical-coordinate representation of color #C20EDF: hue angle of 291.67º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20EDF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 14 223 -
CMYK 0.13 0.94 0 0.13
HSL 291.67º 0.88% 0.46% -
HSV(B) 291.67º 0.94% 0.87% -
XYZ 35.72 17.11 71.23 -
YUV 91.65 202.13 201.01 -
System Red Green Blue C M Y K H S L
Decimal 194 14 223 0.13 0.94 0 0.13 291.67 0.88 0.46
Hex C2 E DF D 5E 0 D 124 58 2E
Octal 302 16 337 15 136 0 15 444 130 56
Binary 11000010 1110 11011111 1101 1011110 0 1101 100100100 1011000 101110

Color Harmonies of #C20EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EDF

Black with #C20EDF

Text Example


Text Example

White with #C20EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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