Html Css Color HEX #C510DF Deep Magenta

📋 copy color: '#C510DF'

red 197 ◦ green 16 ◦ blue 223

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

Shades of Deep Magenta #C510DF

Tints of Deep Magenta #C510DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 45.18%
G = 3.67%
B = 51.15%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C510DF (or 0xC510DF) is known color: Deep Magenta. HEX triplet: C5, 10 and DF. RGB value is (197,16,223). Sum of RGB (Red+Green+Blue) = 197+16+223=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #C510DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510DF is #3AEF20. Grayscale: #5D5D5D. Windows color (decimal): -3862305 or 14618821. OLE color: 14618821.

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

Color convert

RGB 197 16 223 -
CMYK 0.12 0.93 0 0.13
HSL 292.46º 0.87% 0.47% -
HSV(B) 292.46º 0.93% 0.87% -
XYZ 36.53 17.57 71.28 -
YUV 93.72 200.97 201.67 -
System Red Green Blue C M Y K H S L
Decimal 197 16 223 0.12 0.93 0 0.13 292.46 0.87 0.47
Hex C5 10 DF C 5D 0 D 124 57 2F
Octal 305 20 337 14 135 0 15 444 127 57
Binary 11000101 10000 11011111 1100 1011101 0 1101 100100100 1010111 101111

Color Harmonies of #C510DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510DF

Black with #C510DF

Text Example


Text Example

White with #C510DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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