Html Css Color HEX #C010DF Deep Magenta

📋 copy color: '#C010DF'

red 192 ◦ green 16 ◦ blue 223

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

Shades of Deep Magenta #C010DF

Tints of Deep Magenta #C010DF

RGB

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

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

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

R = 44.55%
G = 3.71%
B = 51.74%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C010DF (or 0xC010DF) is known color: Deep Magenta. HEX triplet: C0, 10 and DF. RGB value is (192,16,223). Sum of RGB (Red+Green+Blue) = 192+16+223=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #C010DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010DF is #3FEF20. Grayscale: #5B5B5B. Windows color (decimal): -4189985 or 14618816. OLE color: 14618816.

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

Color convert

RGB 192 16 223 -
CMYK 0.14 0.93 0 0.13
HSL 291.01º 0.87% 0.47% -
HSV(B) 291.01º 0.93% 0.87% -
XYZ 35.24 16.9 71.22 -
YUV 92.22 201.81 199.17 -
System Red Green Blue C M Y K H S L
Decimal 192 16 223 0.14 0.93 0 0.13 291.01 0.87 0.47
Hex C0 10 DF E 5D 0 D 123 57 2F
Octal 300 20 337 16 135 0 15 443 127 57
Binary 11000000 10000 11011111 1110 1011101 0 1101 100100011 1010111 101111

Color Harmonies of #C010DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010DF

Black with #C010DF

Text Example


Text Example

White with #C010DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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