Html Css Color HEX #C510DD Deep Magenta

📋 copy color: '#C510DD'

red 197 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #C510DD

Tints of Deep Magenta #C510DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 45.39%
G = 3.69%
B = 50.92%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C510DD (or 0xC510DD) is known color: Deep Magenta. HEX triplet: C5, 10 and DD. RGB value is (197,16,221). Sum of RGB (Red+Green+Blue) = 197+16+221=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #C510DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510DD is #3AEF22. Grayscale: #5C5C5C. Windows color (decimal): -3862307 or 14487749. OLE color: 14487749.

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

Color convert

RGB 197 16 221 -
CMYK 0.11 0.93 0 0.13
HSL 292.98º 0.86% 0.46% -
HSV(B) 292.98º 0.93% 0.87% -
XYZ 36.26 17.46 69.87 -
YUV 93.49 199.97 201.83 -
System Red Green Blue C M Y K H S L
Decimal 197 16 221 0.11 0.93 0 0.13 292.98 0.86 0.46
Hex C5 10 DD B 5D 0 D 125 56 2E
Octal 305 20 335 13 135 0 15 445 126 56
Binary 11000101 10000 11011101 1011 1011101 0 1101 100100101 1010110 101110

Color Harmonies of #C510DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510DD

Black with #C510DD

Text Example


Text Example

White with #C510DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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