Html Css Color HEX #C52FAC Medium Red Violet

📋 copy color: '#C52FAC'

red 197 ◦ green 47 ◦ blue 172

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

Shades of Medium Red Violet #C52FAC

Tints of Medium Red Violet #C52FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.3%

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 47.36%
G = 11.3%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C52FAC (or 0xC52FAC) is known color: Medium Red Violet. HEX triplet: C5, 2F and AC. RGB value is (197,47,172). Sum of RGB (Red+Green+Blue) = 197+47+172=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52FAC is #3AD053. Grayscale: #696969. Windows color (decimal): -3854420 or 11284421. OLE color: 11284421.

HSL color Cylindrical-coordinate representation of color #C52FAC: hue angle of 310º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52FAC is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 47 172 -
CMYK 0 0.76 0.13 0.23
HSL 310º 0.61% 0.48% -
HSV(B) 310º 0.76% 0.77% -
XYZ 31.49 16.88 40.63 -
YUV 106.1 165.2 192.84 -
System Red Green Blue C M Y K H S L
Decimal 197 47 172 0 0.76 0.13 0.23 310 0.61 0.48
Hex C5 2F AC 0 4C D 17 136 3D 30
Octal 305 57 254 0 114 15 27 466 75 60
Binary 11000101 101111 10101100 0 1001100 1101 10111 100110110 111101 110000

Color Harmonies of #C52FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FAC

Black with #C52FAC

Text Example


Text Example

White with #C52FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FAC; }

 p { color: rgb(197,47,172); }

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

background-color css

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

 a { background-color: rgb(197,47,172); }

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

border-color css

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

 span { border-color: rgb(197,47,172); }

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