Html Css Color HEX #C510DB Deep Magenta

📋 copy color: '#C510DB'

red 197 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #C510DB

Tints of Deep Magenta #C510DB

RGB

 RED value IS 197 (77.34% from 255) = 45.6%

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

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

R = 45.6%
G = 3.7%
B = 50.69%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C510DB (or 0xC510DB) is known color: Deep Magenta. HEX triplet: C5, 10 and DB. RGB value is (197,16,219). Sum of RGB (Red+Green+Blue) = 197+16+219=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #C510DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510DB is #3AEF24. Grayscale: #5C5C5C. Windows color (decimal): -3862309 or 14356677. OLE color: 14356677.

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

Color convert

RGB 197 16 219 -
CMYK 0.10 0.93 0 0.14
HSL 293.5º 0.86% 0.46% -
HSV(B) 293.5º 0.93% 0.86% -
XYZ 36 17.36 68.47 -
YUV 93.26 198.97 201.99 -
System Red Green Blue C M Y K H S L
Decimal 197 16 219 0.10 0.93 0 0.14 293.5 0.86 0.46
Hex C5 10 DB A 5D 0 E 125 56 2E
Octal 305 20 333 12 135 0 16 445 126 56
Binary 11000101 10000 11011011 1010 1011101 0 1110 100100101 1010110 101110

Color Harmonies of #C510DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510DB

Black with #C510DB

Text Example


Text Example

White with #C510DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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