Html Css Color HEX #C20EDB Deep Magenta

📋 copy color: '#C20EDB'

red 194 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #C20EDB

Tints of Deep Magenta #C20EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 45.43%
G = 3.28%
B = 51.29%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C20EDB (or 0xC20EDB) is known color: Deep Magenta. HEX triplet: C2, 0E and DB. RGB value is (194,14,219). Sum of RGB (Red+Green+Blue) = 194+14+219=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #C20EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20EDB is #3DF124. Grayscale: #5A5A5A. Windows color (decimal): -4059429 or 14356162. OLE color: 14356162.

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

Color convert

RGB 194 14 219 -
CMYK 0.11 0.94 0 0.14
HSL 292.68º 0.88% 0.46% -
HSV(B) 292.68º 0.94% 0.86% -
XYZ 35.19 16.9 68.42 -
YUV 91.19 200.13 201.33 -
System Red Green Blue C M Y K H S L
Decimal 194 14 219 0.11 0.94 0 0.14 292.68 0.88 0.46
Hex C2 E DB B 5E 0 E 125 58 2E
Octal 302 16 333 13 136 0 16 445 130 56
Binary 11000010 1110 11011011 1011 1011110 0 1110 100100101 1011000 101110

Color Harmonies of #C20EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EDB

Black with #C20EDB

Text Example


Text Example

White with #C20EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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