Html Css Color HEX #C20FDD Deep Magenta

📋 copy color: '#C20FDD'

red 194 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #C20FDD

Tints of Deep Magenta #C20FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 45.12%
G = 3.49%
B = 51.4%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C20FDD (or 0xC20FDD) is known color: Deep Magenta. HEX triplet: C2, 0F and DD. RGB value is (194,15,221). Sum of RGB (Red+Green+Blue) = 194+15+221=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #C20FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FDD is #3DF022. Grayscale: #5B5B5B. Windows color (decimal): -4059171 or 14487490. OLE color: 14487490.

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

Color convert

RGB 194 15 221 -
CMYK 0.12 0.93 0 0.13
HSL 292.14º 0.87% 0.46% -
HSV(B) 292.14º 0.93% 0.87% -
XYZ 35.47 17.03 69.82 -
YUV 92.01 200.8 200.75 -
System Red Green Blue C M Y K H S L
Decimal 194 15 221 0.12 0.93 0 0.13 292.14 0.87 0.46
Hex C2 F DD C 5D 0 D 124 57 2E
Octal 302 17 335 14 135 0 15 444 127 56
Binary 11000010 1111 11011101 1100 1011101 0 1101 100100100 1010111 101110

Color Harmonies of #C20FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20FDD

Black with #C20FDD

Text Example


Text Example

White with #C20FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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