Html Css Color HEX #C010D6 Deep Magenta

📋 copy color: '#C010D6'

red 192 ◦ green 16 ◦ blue 214

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

Shades of Deep Magenta #C010D6

Tints of Deep Magenta #C010D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.71%

R = 45.5%
G = 3.79%
B = 50.71%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C010D6 (or 0xC010D6) is known color: Deep Magenta. HEX triplet: C0, 10 and D6. RGB value is (192,16,214). Sum of RGB (Red+Green+Blue) = 192+16+214=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #C010D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010D6 is #3FEF29. Grayscale: #5A5A5A. Windows color (decimal): -4189994 or 14028992. OLE color: 14028992.

HSL color Cylindrical-coordinate representation of color #C010D6: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C010D6 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 16 214 -
CMYK 0.10 0.93 0 0.16
HSL 293.33º 0.86% 0.45% -
HSV(B) 293.33º 0.93% 0.84% -
XYZ 34.06 16.43 64.99 -
YUV 91.2 197.31 199.9 -
System Red Green Blue C M Y K H S L
Decimal 192 16 214 0.10 0.93 0 0.16 293.33 0.86 0.45
Hex C0 10 D6 A 5D 0 10 125 56 2D
Octal 300 20 326 12 135 0 20 445 126 55
Binary 11000000 10000 11010110 1010 1011101 0 10000 100100101 1010110 101101

Color Harmonies of #C010D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010D6

Black with #C010D6

Text Example


Text Example

White with #C010D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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