Html Css Color HEX #C20FDF Deep Magenta

📋 copy color: '#C20FDF'

red 194 ◦ green 15 ◦ blue 223

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

Shades of Deep Magenta #C20FDF

Tints of Deep Magenta #C20FDF

RGB

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

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

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

R = 44.91%
G = 3.47%
B = 51.62%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C20FDF (or 0xC20FDF) is known color: Deep Magenta. HEX triplet: C2, 0F and DF. RGB value is (194,15,223). Sum of RGB (Red+Green+Blue) = 194+15+223=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #C20FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FDF is #3DF020. Grayscale: #5B5B5B. Windows color (decimal): -4059169 or 14618562. OLE color: 14618562.

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

Color convert

RGB 194 15 223 -
CMYK 0.13 0.93 0 0.13
HSL 291.63º 0.87% 0.47% -
HSV(B) 291.63º 0.93% 0.87% -
XYZ 35.74 17.14 71.24 -
YUV 92.23 201.8 200.59 -
System Red Green Blue C M Y K H S L
Decimal 194 15 223 0.13 0.93 0 0.13 291.63 0.87 0.47
Hex C2 F DF D 5D 0 D 124 57 2F
Octal 302 17 337 15 135 0 15 444 127 57
Binary 11000010 1111 11011111 1101 1011101 0 1101 100100100 1010111 101111

Color Harmonies of #C20FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20FDF

Black with #C20FDF

Text Example


Text Example

White with #C20FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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