Html Css Color HEX #C52471 Medium Violet Red

📋 copy color: '#C52471'

red 197 ◦ green 36 ◦ blue 113

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

Shades of Medium Violet Red #C52471

Tints of Medium Violet Red #C52471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 56.94%
G = 10.4%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C52471 (or 0xC52471) is known color: Medium Violet Red. HEX triplet: C5, 24 and 71. RGB value is (197,36,113). Sum of RGB (Red+Green+Blue) = 197+36+113=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C52471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52471 is #3ADB8E. Grayscale: #5C5C5C. Windows color (decimal): -3857295 or 7414981. OLE color: 7414981.

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

Color convert

RGB 197 36 113 -
CMYK 0 0.82 0.43 0.23
HSL 331.3º 0.69% 0.46% -
HSV(B) 331.3º 0.82% 0.77% -
XYZ 26.64 14.32 16.98 -
YUV 92.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 197 36 113 0 0.82 0.43 0.23 331.3 0.69 0.46
Hex C5 24 71 0 52 2B 17 14B 45 2E
Octal 305 44 161 0 122 53 27 513 105 56
Binary 11000101 100100 1110001 0 1010010 101011 10111 101001011 1000101 101110

Color Harmonies of #C52471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52471

Black with #C52471

Text Example


Text Example

White with #C52471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52471; }

 p { color: rgb(197,36,113); }

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

background-color css

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

 a { background-color: rgb(197,36,113); }

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

border-color css

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

 span { border-color: rgb(197,36,113); }

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