#C510CC

Color #C510CC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C510CC

Tints of Deep Magenta #C510CC

Color information

#C510CC (or 0xC510CC) is unknown color: approx Deep Magenta. HEX triplet: C5, 10 and CC. RGB value is (197,16,204). Sum of RGB (Red+Green+Blue) = 197+16+204=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #C510CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510CC is #3AEF33. Grayscale: #5A5A5A. Windows color (decimal): -3862324 or 13373637. OLE color: 13373637.

HSL color Cylindrical-coordinate representation of color #C510CC: hue angle of 297.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C510CC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19716204-
CMYK0.030.9200.2
HSL297.77º85.45%43.14%-
HSV(B)297.77º92.16%80%-
XYZ34.1116.658.53-
YUV91.55191.47203.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 16 (6.64% from 255) = 3.84%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=47.24%
G=3.84%
B=48.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197162040.030.9200.2297.7785.4543.14
HexC510CC35C01412a552b
Octal30520314313402445212553
Binary1100010110000110011001110111000101001001010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C510CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C510CC; }

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

 H1.HeaderClassName
 {
   color: #C510CC;
 }
 .AnyTagClassName
 {
   color: #C510CC;
 }
</style>
background-color css

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

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

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

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

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

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