Html Css Color HEX #C52F87 Medium Red Violet

📋 copy color: '#C52F87'

red 197 ◦ green 47 ◦ blue 135

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

Shades of Medium Red Violet #C52F87

Tints of Medium Red Violet #C52F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.62%

R = 51.98%
G = 12.4%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C52F87 (or 0xC52F87) is known color: Medium Red Violet. HEX triplet: C5, 2F and 87. RGB value is (197,47,135). Sum of RGB (Red+Green+Blue) = 197+47+135=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52F87 is #3AD078. Grayscale: #656565. Windows color (decimal): -3854457 or 8859589. OLE color: 8859589.

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

Color convert

RGB 197 47 135 -
CMYK 0 0.76 0.31 0.23
HSL 324.8º 0.61% 0.48% -
HSV(B) 324.8º 0.76% 0.77% -
XYZ 28.42 15.65 24.45 -
YUV 101.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 197 47 135 0 0.76 0.31 0.23 324.8 0.61 0.48
Hex C5 2F 87 0 4C 1F 17 145 3D 30
Octal 305 57 207 0 114 37 27 505 75 60
Binary 11000101 101111 10000111 0 1001100 11111 10111 101000101 111101 110000

Color Harmonies of #C52F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52F87

Black with #C52F87

Text Example


Text Example

White with #C52F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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