Html Css Color HEX #C32584 Medium Red Violet

📋 copy color: '#C32584'

red 195 ◦ green 37 ◦ blue 132

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

Shades of Medium Red Violet #C32584

Tints of Medium Red Violet #C32584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.26%

R = 53.57%
G = 10.16%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C32584 (or 0xC32584) is known color: Medium Red Violet. HEX triplet: C3, 25 and 84. RGB value is (195,37,132). Sum of RGB (Red+Green+Blue) = 195+37+132=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C32584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32584 is #3CDA7B. Grayscale: #5E5E5E. Windows color (decimal): -3988092 or 8660419. OLE color: 8660419.

HSL color Cylindrical-coordinate representation of color #C32584: hue angle of 323.92º 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 #C32584 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 132 -
CMYK 0 0.81 0.32 0.24
HSL 323.92º 0.68% 0.45% -
HSV(B) 323.92º 0.81% 0.76% -
XYZ 27.33 14.59 23.21 -
YUV 95.07 148.85 199.28 -
System Red Green Blue C M Y K H S L
Decimal 195 37 132 0 0.81 0.32 0.24 323.92 0.68 0.45
Hex C3 25 84 0 51 20 18 144 44 2D
Octal 303 45 204 0 121 40 30 504 104 55
Binary 11000011 100101 10000100 0 1010001 100000 11000 101000100 1000100 101101

Color Harmonies of #C32584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32584

Black with #C32584

Text Example


Text Example

White with #C32584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32584; }

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

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

background-color css

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

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

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

border-color css

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

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

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