Html Css Color HEX #C10EDF Deep Magenta

📋 copy color: '#C10EDF'

red 193 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #C10EDF

Tints of Deep Magenta #C10EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 44.88%
G = 3.26%
B = 51.86%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C10EDF (or 0xC10EDF) is known color: Deep Magenta. HEX triplet: C1, 0E and DF. RGB value is (193,14,223). Sum of RGB (Red+Green+Blue) = 193+14+223=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #C10EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EDF is #3EF120. Grayscale: #5A5A5A. Windows color (decimal): -4124961 or 14618305. OLE color: 14618305.

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

Color convert

RGB 193 14 223 -
CMYK 0.13 0.94 0 0.13
HSL 291.39º 0.88% 0.46% -
HSV(B) 291.39º 0.94% 0.87% -
XYZ 35.47 16.98 71.22 -
YUV 91.35 202.3 200.51 -
System Red Green Blue C M Y K H S L
Decimal 193 14 223 0.13 0.94 0 0.13 291.39 0.88 0.46
Hex C1 E DF D 5E 0 D 123 58 2E
Octal 301 16 337 15 136 0 15 443 130 56
Binary 11000001 1110 11011111 1101 1011110 0 1101 100100011 1011000 101110

Color Harmonies of #C10EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EDF

Black with #C10EDF

Text Example


Text Example

White with #C10EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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