Html Css Color HEX #C32571 Medium Red Violet

📋 copy color: '#C32571'

red 195 ◦ green 37 ◦ blue 113

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

Shades of Medium Red Violet #C32571

Tints of Medium Red Violet #C32571

RGB

 RED value IS 195 (76.56% from 255) = 56.52%

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

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

R = 56.52%
G = 10.72%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C32571 (or 0xC32571) is known color: Medium Red Violet. HEX triplet: C3, 25 and 71. RGB value is (195,37,113). Sum of RGB (Red+Green+Blue) = 195+37+113=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C32571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32571 is #3CDA8E. Grayscale: #5C5C5C. Windows color (decimal): -3988111 or 7415235. OLE color: 7415235.

HSL color Cylindrical-coordinate representation of color #C32571: hue angle of 331.14º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32571 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 113 -
CMYK 0 0.81 0.42 0.24
HSL 331.14º 0.68% 0.45% -
HSV(B) 331.14º 0.81% 0.76% -
XYZ 26.15 14.12 16.97 -
YUV 92.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 195 37 113 0 0.81 0.42 0.24 331.14 0.68 0.45
Hex C3 25 71 0 51 2A 18 14B 44 2D
Octal 303 45 161 0 121 52 30 513 104 55
Binary 11000011 100101 1110001 0 1010001 101010 11000 101001011 1000100 101101

Color Harmonies of #C32571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32571

Black with #C32571

Text Example


Text Example

White with #C32571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32571; }

 p { color: rgb(195,37,113); }

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

background-color css

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

 a { background-color: rgb(195,37,113); }

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

border-color css

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

 span { border-color: rgb(195,37,113); }

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