#C502C4

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

Shades of Deep Magenta #C502C4

Tints of Deep Magenta #C502C4

Color information

#C502C4 (or 0xC502C4) is unknown color: approx Deep Magenta. HEX triplet: C5, 02 and C4. RGB value is (197,2,196). Sum of RGB (Red+Green+Blue) = 197+2+196=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C502C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502C4 is #3AFD3B. Grayscale: #515151. Windows color (decimal): -3865916 or 12845765. OLE color: 12845765.

HSL color Cylindrical-coordinate representation of color #C502C4: hue angle of 300.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502C4 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB1972196-
CMYK00.990.010.23
HSL300.31º97.99%39.02%-
HSV(B)300.31º98.98%77.25%-
XYZ33.0115.953.55-
YUV82.42192.1209.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 196 (76.95% from 255) = 49.62%
R=49.87%
G=0.51%
B=49.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197219600.990.010.23300.3197.9939.02
HexC52C406311712c6227
Octal3052304014312745414247
Binary110001011011000100011000111101111001011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C502C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C502C4; }

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

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

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

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

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

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

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

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