Html Css Color HEX #C32591 Medium Violet Red

📋 copy color: '#C32591'

red 195 ◦ green 37 ◦ blue 145

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

Shades of Medium Violet Red #C32591

Tints of Medium Violet Red #C32591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 51.72%
G = 9.81%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C32591 (or 0xC32591) is known color: Medium Violet Red. HEX triplet: C3, 25 and 91. RGB value is (195,37,145). Sum of RGB (Red+Green+Blue) = 195+37+145=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C32591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32591 is #3CDA6E. Grayscale: #606060. Windows color (decimal): -3988079 or 9512387. OLE color: 9512387.

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

Color convert

RGB 195 37 145 -
CMYK 0 0.81 0.26 0.24
HSL 318.99º 0.68% 0.45% -
HSV(B) 318.99º 0.81% 0.76% -
XYZ 28.28 14.97 28.19 -
YUV 96.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 195 37 145 0 0.81 0.26 0.24 318.99 0.68 0.45
Hex C3 25 91 0 51 1A 18 13F 44 2D
Octal 303 45 221 0 121 32 30 477 104 55
Binary 11000011 100101 10010001 0 1010001 11010 11000 100111111 1000100 101101

Color Harmonies of #C32591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32591

Black with #C32591

Text Example


Text Example

White with #C32591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32591; }

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

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

background-color css

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

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

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

border-color css

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

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

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