Html Css Color HEX #C52570 Medium Red Violet

📋 copy color: '#C52570'

red 197 ◦ green 37 ◦ blue 112

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

Shades of Medium Red Violet #C52570

Tints of Medium Red Violet #C52570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.69%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 56.94%
G = 10.69%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C52570 (or 0xC52570) is known color: Medium Red Violet. HEX triplet: C5, 25 and 70. RGB value is (197,37,112). Sum of RGB (Red+Green+Blue) = 197+37+112=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C52570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52570 is #3ADA8F. Grayscale: #5D5D5D. Windows color (decimal): -3857040 or 7349701. OLE color: 7349701.

HSL color Cylindrical-coordinate representation of color #C52570: hue angle of 331.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52570 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 37 112 -
CMYK 0 0.81 0.43 0.23
HSL 331.88º 0.68% 0.46% -
HSV(B) 331.88º 0.81% 0.77% -
XYZ 26.61 14.36 16.7 -
YUV 93.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 197 37 112 0 0.81 0.43 0.23 331.88 0.68 0.46
Hex C5 25 70 0 51 2B 17 14C 44 2E
Octal 305 45 160 0 121 53 27 514 104 56
Binary 11000101 100101 1110000 0 1010001 101011 10111 101001100 1000100 101110

Color Harmonies of #C52570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52570

Black with #C52570

Text Example


Text Example

White with #C52570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52570; }

 p { color: rgb(197,37,112); }

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

background-color css

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

 a { background-color: rgb(197,37,112); }

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

border-color css

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

 span { border-color: rgb(197,37,112); }

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