Html Css Color HEX #C20ED8 Deep Magenta

📋 copy color: '#C20ED8'

red 194 ◦ green 14 ◦ blue 216

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

Shades of Deep Magenta #C20ED8

Tints of Deep Magenta #C20ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.94%

R = 45.75%
G = 3.3%
B = 50.94%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C20ED8 (or 0xC20ED8) is known color: Deep Magenta. HEX triplet: C2, 0E and D8. RGB value is (194,14,216). Sum of RGB (Red+Green+Blue) = 194+14+216=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #C20ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ED8 is #3DF127. Grayscale: #5A5A5A. Windows color (decimal): -4059432 or 14159554. OLE color: 14159554.

HSL color Cylindrical-coordinate representation of color #C20ED8: hue angle of 293.47º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20ED8 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 14 216 -
CMYK 0.10 0.94 0 0.15
HSL 293.47º 0.88% 0.45% -
HSV(B) 293.47º 0.94% 0.85% -
XYZ 34.8 16.74 66.36 -
YUV 90.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 194 14 216 0.10 0.94 0 0.15 293.47 0.88 0.45
Hex C2 E D8 A 5E 0 F 125 58 2D
Octal 302 16 330 12 136 0 17 445 130 55
Binary 11000010 1110 11011000 1010 1011110 0 1111 100100101 1011000 101101

Color Harmonies of #C20ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20ED8

Black with #C20ED8

Text Example


Text Example

White with #C20ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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