Html Css Color HEX #C010DC Deep Magenta

📋 copy color: '#C010DC'

red 192 ◦ green 16 ◦ blue 220

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

Shades of Deep Magenta #C010DC

Tints of Deep Magenta #C010DC

RGB

 RED value IS 192 (75.39% from 255) = 44.86%

 GREEN value IS 16 (6.64% from 255) = 3.74%

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 44.86%
G = 3.74%
B = 51.4%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C010DC (or 0xC010DC) is known color: Deep Magenta. HEX triplet: C0, 10 and DC. RGB value is (192,16,220). Sum of RGB (Red+Green+Blue) = 192+16+220=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #C010DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010DC is #3FEF23. Grayscale: #5B5B5B. Windows color (decimal): -4189988 or 14422208. OLE color: 14422208.

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

Color convert

RGB 192 16 220 -
CMYK 0.13 0.93 0 0.14
HSL 291.76º 0.86% 0.46% -
HSV(B) 291.76º 0.93% 0.86% -
XYZ 34.84 16.74 69.11 -
YUV 91.88 200.31 199.41 -
System Red Green Blue C M Y K H S L
Decimal 192 16 220 0.13 0.93 0 0.14 291.76 0.86 0.46
Hex C0 10 DC D 5D 0 E 124 56 2E
Octal 300 20 334 15 135 0 16 444 126 56
Binary 11000000 10000 11011100 1101 1011101 0 1110 100100100 1010110 101110

Color Harmonies of #C010DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010DC

Black with #C010DC

Text Example


Text Example

White with #C010DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010DC; }

 p { color: rgb(192,16,220); }

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

background-color css

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

 a { background-color: rgb(192,16,220); }

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

border-color css

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

 span { border-color: rgb(192,16,220); }

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