Html Css Color HEX #C010DA Deep Magenta

📋 copy color: '#C010DA'

red 192 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #C010DA

Tints of Deep Magenta #C010DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 45.07%
G = 3.76%
B = 51.17%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C010DA (or 0xC010DA) is known color: Deep Magenta. HEX triplet: C0, 10 and DA. RGB value is (192,16,218). Sum of RGB (Red+Green+Blue) = 192+16+218=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #C010DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010DA is #3FEF25. Grayscale: #5B5B5B. Windows color (decimal): -4189990 or 14291136. OLE color: 14291136.

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

Color convert

RGB 192 16 218 -
CMYK 0.12 0.93 0 0.15
HSL 292.28º 0.86% 0.46% -
HSV(B) 292.28º 0.93% 0.85% -
XYZ 34.58 16.64 67.72 -
YUV 91.65 199.31 199.57 -
System Red Green Blue C M Y K H S L
Decimal 192 16 218 0.12 0.93 0 0.15 292.28 0.86 0.46
Hex C0 10 DA C 5D 0 F 124 56 2E
Octal 300 20 332 14 135 0 17 444 126 56
Binary 11000000 10000 11011010 1100 1011101 0 1111 100100100 1010110 101110

Color Harmonies of #C010DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010DA

Black with #C010DA

Text Example


Text Example

White with #C010DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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