#C502CC

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

Shades of Deep Magenta #C502CC

Tints of Deep Magenta #C502CC

Color information

#C502CC (or 0xC502CC) is unknown color: approx Deep Magenta. HEX triplet: C5, 02 and CC. RGB value is (197,2,204). Sum of RGB (Red+Green+Blue) = 197+2+204=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #C502CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502CC is #3AFD33. Grayscale: #525252. Windows color (decimal): -3865908 or 13370053. OLE color: 13370053.

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

Color convert

RGB1972204-
CMYK0.030.9900.2
HSL297.92º98.06%40.39%-
HSV(B)297.92º99.02%80%-
XYZ33.9516.2758.48-
YUV83.33196.1209.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 2 (1.17% from 255) = 0.50%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=48.88%
G=0.50%
B=50.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal19722040.030.9900.2297.9298.0640.39
HexC52CC36301412a6228
Octal3052314314302445214250
Binary1100010110110011001111000110101001001010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C502CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C502CC; }

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

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

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

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

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

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

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

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