Html Css Color HEX #C52BA1 Medium Red Violet

📋 copy color: '#C52BA1'

red 197 ◦ green 43 ◦ blue 161

#C52BA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C52BA1

Tints of Medium Red Violet #C52BA1

RGB

 RED value IS 197 (77.34% from 255) = 49.13%

 GREEN value IS 43 (17.19% from 255) = 10.72%

 BLUE value IS 161 (63.28% from 255) = 40.15%

R = 49.13%
G = 10.72%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C52BA1 (or 0xC52BA1) is known color: Medium Red Violet. HEX triplet: C5, 2B and A1. RGB value is (197,43,161). Sum of RGB (Red+Green+Blue) = 197+43+161=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52BA1 is #3AD45E. Grayscale: #666666. Windows color (decimal): -3855455 or 10562501. OLE color: 10562501.

HSL color Cylindrical-coordinate representation of color #C52BA1: hue angle of 314.03º 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 #C52BA1 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 43 161 -
CMYK 0 0.78 0.18 0.23
HSL 314.03º 0.64% 0.47% -
HSV(B) 314.03º 0.78% 0.77% -
XYZ 30.32 16.17 35.24 -
YUV 102.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 197 43 161 0 0.78 0.18 0.23 314.03 0.64 0.47
Hex C5 2B A1 0 4E 12 17 13A 40 2F
Octal 305 53 241 0 116 22 27 472 100 57
Binary 11000101 101011 10100001 0 1001110 10010 10111 100111010 1000000 101111

Color Harmonies of #C52BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52BA1

Black with #C52BA1

Text Example


Text Example

White with #C52BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52BA1; }

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

 H1.HeaderClassName
 {
   color: #C52BA1;
 }
 .AnyTagClassName
 {
   color: #C52BA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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