Html Css Color HEX #C10EDB Deep Magenta

📋 copy color: '#C10EDB'

red 193 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #C10EDB

Tints of Deep Magenta #C10EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 45.31%
G = 3.29%
B = 51.41%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C10EDB (or 0xC10EDB) is known color: Deep Magenta. HEX triplet: C1, 0E and DB. RGB value is (193,14,219). Sum of RGB (Red+Green+Blue) = 193+14+219=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #C10EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EDB is #3EF124. Grayscale: #5A5A5A. Windows color (decimal): -4124965 or 14356161. OLE color: 14356161.

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

Color convert

RGB 193 14 219 -
CMYK 0.12 0.94 0 0.14
HSL 292.39º 0.88% 0.46% -
HSV(B) 292.39º 0.94% 0.86% -
XYZ 34.94 16.77 68.41 -
YUV 90.89 200.3 200.83 -
System Red Green Blue C M Y K H S L
Decimal 193 14 219 0.12 0.94 0 0.14 292.39 0.88 0.46
Hex C1 E DB C 5E 0 E 124 58 2E
Octal 301 16 333 14 136 0 16 444 130 56
Binary 11000001 1110 11011011 1100 1011110 0 1110 100100100 1011000 101110

Color Harmonies of #C10EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EDB

Black with #C10EDB

Text Example


Text Example

White with #C10EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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