Html Css Color HEX #C20EDD Deep Magenta

📋 copy color: '#C20EDD'

red 194 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #C20EDD

Tints of Deep Magenta #C20EDD

RGB

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

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

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

R = 45.22%
G = 3.26%
B = 51.52%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C20EDD (or 0xC20EDD) is known color: Deep Magenta. HEX triplet: C2, 0E and DD. RGB value is (194,14,221). Sum of RGB (Red+Green+Blue) = 194+14+221=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #C20EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20EDD is #3DF122. Grayscale: #5A5A5A. Windows color (decimal): -4059427 or 14487234. OLE color: 14487234.

HSL color Cylindrical-coordinate representation of color #C20EDD: hue angle of 292.17º 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 #C20EDD is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 14 221 -
CMYK 0.12 0.94 0 0.13
HSL 292.17º 0.88% 0.46% -
HSV(B) 292.17º 0.94% 0.87% -
XYZ 35.46 17 69.82 -
YUV 91.42 201.13 201.17 -
System Red Green Blue C M Y K H S L
Decimal 194 14 221 0.12 0.94 0 0.13 292.17 0.88 0.46
Hex C2 E DD C 5E 0 D 124 58 2E
Octal 302 16 335 14 136 0 15 444 130 56
Binary 11000010 1110 11011101 1100 1011110 0 1101 100100100 1011000 101110

Color Harmonies of #C20EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EDD

Black with #C20EDD

Text Example


Text Example

White with #C20EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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