Html Css Color HEX #C510DA Deep Magenta

📋 copy color: '#C510DA'

red 197 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #C510DA

Tints of Deep Magenta #C510DA

RGB

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

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

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

R = 45.71%
G = 3.71%
B = 50.58%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C510DA (or 0xC510DA) is known color: Deep Magenta. HEX triplet: C5, 10 and DA. RGB value is (197,16,218). Sum of RGB (Red+Green+Blue) = 197+16+218=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #C510DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510DA is #3AEF25. Grayscale: #5C5C5C. Windows color (decimal): -3862310 or 14291141. OLE color: 14291141.

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

Color convert

RGB 197 16 218 -
CMYK 0.10 0.93 0 0.15
HSL 293.76º 0.86% 0.46% -
HSV(B) 293.76º 0.93% 0.85% -
XYZ 35.87 17.3 67.78 -
YUV 93.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 197 16 218 0.10 0.93 0 0.15 293.76 0.86 0.46
Hex C5 10 DA A 5D 0 F 126 56 2E
Octal 305 20 332 12 135 0 17 446 126 56
Binary 11000101 10000 11011010 1010 1011101 0 1111 100100110 1010110 101110

Color Harmonies of #C510DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510DA

Black with #C510DA

Text Example


Text Example

White with #C510DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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