#C51CCA

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

Shades of Deep Magenta #C51CCA

Tints of Deep Magenta #C51CCA

Color information

#C51CCA (or 0xC51CCA) is unknown color: approx Deep Magenta. HEX triplet: C5, 1C and CA. RGB value is (197,28,202). Sum of RGB (Red+Green+Blue) = 197+28+202=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #C51CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CCA is #3AE335. Grayscale: #616161. Windows color (decimal): -3859254 or 13245637. OLE color: 13245637.

HSL color Cylindrical-coordinate representation of color #C51CCA: hue angle of 298.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51CCA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19728202-
CMYK0.020.8600.21
HSL298.28º75.65%45.1%-
HSV(B)298.28º86.14%79.22%-
XYZ34.116.9757.35-
YUV98.37186.49198.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 28 (11.33% from 255) = 6.56%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=46.14%
G=6.56%
B=47.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197282020.020.8600.21298.2875.6545.1
HexC51CCA25601512a4c2d
Octal30534312212602545211455
Binary1100010111100110010101010101100101011001010101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51CCA; }

 p { color: rgb(197,28,202); }

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

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

 a { background-color: rgb(197,28,202); }

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

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

 span { border-color: rgb(197,28,202); }

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