Html Css Color HEX #C010DB Deep Magenta

📋 copy color: '#C010DB'

red 192 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #C010DB

Tints of Deep Magenta #C010DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 44.96%
G = 3.75%
B = 51.29%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C010DB (or 0xC010DB) is known color: Deep Magenta. HEX triplet: C0, 10 and DB. RGB value is (192,16,219). Sum of RGB (Red+Green+Blue) = 192+16+219=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #C010DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010DB is #3FEF24. Grayscale: #5B5B5B. Windows color (decimal): -4189989 or 14356672. OLE color: 14356672.

HSL color Cylindrical-coordinate representation of color #C010DB: hue angle of 292.02º 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 #C010DB is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 16 219 -
CMYK 0.12 0.93 0 0.14
HSL 292.02º 0.86% 0.46% -
HSV(B) 292.02º 0.93% 0.86% -
XYZ 34.71 16.69 68.41 -
YUV 91.77 199.81 199.49 -
System Red Green Blue C M Y K H S L
Decimal 192 16 219 0.12 0.93 0 0.14 292.02 0.86 0.46
Hex C0 10 DB C 5D 0 E 124 56 2E
Octal 300 20 333 14 135 0 16 444 126 56
Binary 11000000 10000 11011011 1100 1011101 0 1110 100100100 1010110 101110

Color Harmonies of #C010DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010DB

Black with #C010DB

Text Example


Text Example

White with #C010DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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