Html Css Color HEX #C10ED5 Deep Magenta

📋 copy color: '#C10ED5'

red 193 ◦ green 14 ◦ blue 213

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

Shades of Deep Magenta #C10ED5

Tints of Deep Magenta #C10ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.71%

R = 45.95%
G = 3.33%
B = 50.71%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C10ED5 (or 0xC10ED5) is known color: Deep Magenta. HEX triplet: C1, 0E and D5. RGB value is (193,14,213). Sum of RGB (Red+Green+Blue) = 193+14+213=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #C10ED5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ED5 is #3EF12A. Grayscale: #595959. Windows color (decimal): -4124971 or 13962945. OLE color: 13962945.

HSL color Cylindrical-coordinate representation of color #C10ED5: hue angle of 293.97º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10ED5 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 14 213 -
CMYK 0.09 0.93 0 0.16
HSL 293.97º 0.88% 0.45% -
HSV(B) 293.97º 0.93% 0.84% -
XYZ 34.16 16.46 64.33 -
YUV 90.21 197.3 201.32 -
System Red Green Blue C M Y K H S L
Decimal 193 14 213 0.09 0.93 0 0.16 293.97 0.88 0.45
Hex C1 E D5 9 5D 0 10 126 58 2D
Octal 301 16 325 11 135 0 20 446 130 55
Binary 11000001 1110 11010101 1001 1011101 0 10000 100100110 1011000 101101

Color Harmonies of #C10ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10ED5

Black with #C10ED5

Text Example


Text Example

White with #C10ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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