Html Css Color HEX #C510D0 Deep Magenta

📋 copy color: '#C510D0'

red 197 ◦ green 16 ◦ blue 208

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

Shades of Deep Magenta #C510D0

Tints of Deep Magenta #C510D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.41%

R = 46.79%
G = 3.8%
B = 49.41%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C510D0 (or 0xC510D0) is known color: Deep Magenta. HEX triplet: C5, 10 and D0. RGB value is (197,16,208). Sum of RGB (Red+Green+Blue) = 197+16+208=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #C510D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510D0 is #3AEF2F. Grayscale: #5B5B5B. Windows color (decimal): -3862320 or 13635781. OLE color: 13635781.

HSL color Cylindrical-coordinate representation of color #C510D0: hue angle of 296.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C510D0 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 16 208 -
CMYK 0.05 0.92 0 0.18
HSL 296.56º 0.86% 0.44% -
HSV(B) 296.56º 0.92% 0.82% -
XYZ 34.6 16.79 61.09 -
YUV 92.01 193.47 202.89 -
System Red Green Blue C M Y K H S L
Decimal 197 16 208 0.05 0.92 0 0.18 296.56 0.86 0.44
Hex C5 10 D0 5 5C 0 12 129 56 2C
Octal 305 20 320 5 134 0 22 451 126 54
Binary 11000101 10000 11010000 101 1011100 0 10010 100101001 1010110 101100

Color Harmonies of #C510D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510D0

Black with #C510D0

Text Example


Text Example

White with #C510D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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