Html Css Color HEX #C10DAD Deep Magenta

📋 copy color: '#C10DAD'

red 193 ◦ green 13 ◦ blue 173

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

Shades of Deep Magenta #C10DAD

Tints of Deep Magenta #C10DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.43%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 50.92%
G = 3.43%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C10DAD (or 0xC10DAD) is known color: Deep Magenta. HEX triplet: C1, 0D and AD. RGB value is (193,13,173). Sum of RGB (Red+Green+Blue) = 193+13+173=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C10DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10DAD is #3EF252. Grayscale: #545454. Windows color (decimal): -4125267 or 11341249. OLE color: 11341249.

HSL color Cylindrical-coordinate representation of color #C10DAD: hue angle of 306.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10DAD is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 13 173 -
CMYK 0 0.93 0.10 0.24
HSL 306.67º 0.87% 0.4% -
HSV(B) 306.67º 0.93% 0.76% -
XYZ 29.68 14.64 40.8 -
YUV 85.06 177.63 204.99 -
System Red Green Blue C M Y K H S L
Decimal 193 13 173 0 0.93 0.10 0.24 306.67 0.87 0.4
Hex C1 D AD 0 5D A 18 133 57 28
Octal 301 15 255 0 135 12 30 463 127 50
Binary 11000001 1101 10101101 0 1011101 1010 11000 100110011 1010111 101000

Color Harmonies of #C10DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DAD

Black with #C10DAD

Text Example


Text Example

White with #C10DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DAD; }

 p { color: rgb(193,13,173); }

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

background-color css

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

 a { background-color: rgb(193,13,173); }

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

border-color css

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

 span { border-color: rgb(193,13,173); }

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