#C52BAD

Color #C52BAD Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C52BAD

Tints of Medium Red Violet #C52BAD

Color information

#C52BAD (or 0xC52BAD) is unknown color: approx Medium Red Violet. HEX triplet: C5, 2B and AD. RGB value is (197,43,173). Sum of RGB (Red+Green+Blue) = 197+43+173=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52BAD is #3AD452. Grayscale: #676767. Windows color (decimal): -3855443 or 11348933. OLE color: 11348933.

HSL color Cylindrical-coordinate representation of color #C52BAD: hue angle of 309.35º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52BAD is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19743173-
CMYK00.780.120.23
HSL309.35º64.17%47.06%-
HSV(B)309.35º78.17%77.25%-
XYZ31.4316.6241.09-
YUV103.87167.02194.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 43 (17.19% from 255) = 10.41%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=47.70%
G=10.41%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974317300.780.120.23309.3564.1747.06
HexC52BAD04EC17135402f
Octal305532550116142746510057
Binary1100010110101110101101010011101100101111001101011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52BAD; }

 p { color: rgb(197,43,173); }

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

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

 a { background-color: rgb(197,43,173); }

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

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

 span { border-color: rgb(197,43,173); }

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