Html Css Color HEX #C10ED9 Deep Magenta

📋 copy color: '#C10ED9'

red 193 ◦ green 14 ◦ blue 217

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

Shades of Deep Magenta #C10ED9

Tints of Deep Magenta #C10ED9

RGB

 RED value IS 193 (75.78% from 255) = 45.52%

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

 BLUE value IS 217 (85.16% from 255) = 51.18%

R = 45.52%
G = 3.3%
B = 51.18%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C10ED9 (or 0xC10ED9) is known color: Deep Magenta. HEX triplet: C1, 0E and D9. RGB value is (193,14,217). Sum of RGB (Red+Green+Blue) = 193+14+217=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #C10ED9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ED9 is #3EF126. Grayscale: #5A5A5A. Windows color (decimal): -4124967 or 14225089. OLE color: 14225089.

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

Color convert

RGB 193 14 217 -
CMYK 0.11 0.94 0 0.15
HSL 292.91º 0.88% 0.45% -
HSV(B) 292.91º 0.94% 0.85% -
XYZ 34.67 16.66 67.03 -
YUV 90.66 199.3 200.99 -
System Red Green Blue C M Y K H S L
Decimal 193 14 217 0.11 0.94 0 0.15 292.91 0.88 0.45
Hex C1 E D9 B 5E 0 F 125 58 2D
Octal 301 16 331 13 136 0 17 445 130 55
Binary 11000001 1110 11011001 1011 1011110 0 1111 100100101 1011000 101101

Color Harmonies of #C10ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10ED9

Black with #C10ED9

Text Example


Text Example

White with #C10ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10ED9; }

 p { color: rgb(193,14,217); }

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

background-color css

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

 a { background-color: rgb(193,14,217); }

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

border-color css

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

 span { border-color: rgb(193,14,217); }

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