Html Css Color HEX #C10ED2 Deep Magenta

📋 copy color: '#C10ED2'

red 193 ◦ green 14 ◦ blue 210

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

Shades of Deep Magenta #C10ED2

Tints of Deep Magenta #C10ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.36%

R = 46.28%
G = 3.36%
B = 50.36%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C10ED2 (or 0xC10ED2) is known color: Deep Magenta. HEX triplet: C1, 0E and D2. RGB value is (193,14,210). Sum of RGB (Red+Green+Blue) = 193+14+210=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #C10ED2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ED2 is #3EF12D. Grayscale: #595959. Windows color (decimal): -4124974 or 13766337. OLE color: 13766337.

HSL color Cylindrical-coordinate representation of color #C10ED2: hue angle of 294.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10ED2 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 14 210 -
CMYK 0.08 0.93 0 0.18
HSL 294.8º 0.88% 0.44% -
HSV(B) 294.8º 0.93% 0.82% -
XYZ 33.78 16.3 62.34 -
YUV 89.87 195.8 201.56 -
System Red Green Blue C M Y K H S L
Decimal 193 14 210 0.08 0.93 0 0.18 294.8 0.88 0.44
Hex C1 E D2 8 5D 0 12 127 58 2C
Octal 301 16 322 10 135 0 22 447 130 54
Binary 11000001 1110 11010010 1000 1011101 0 10010 100100111 1011000 101100

Color Harmonies of #C10ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10ED2

Black with #C10ED2

Text Example


Text Example

White with #C10ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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