Html Css Color HEX #C32191 Medium Violet Red

📋 copy color: '#C32191'

red 195 ◦ green 33 ◦ blue 145

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

Shades of Medium Violet Red #C32191

Tints of Medium Violet Red #C32191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.85%

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

R = 52.28%
G = 8.85%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C32191 (or 0xC32191) is known color: Medium Violet Red. HEX triplet: C3, 21 and 91. RGB value is (195,33,145). Sum of RGB (Red+Green+Blue) = 195+33+145=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C32191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32191 is #3CDE6E. Grayscale: #5D5D5D. Windows color (decimal): -3989103 or 9511363. OLE color: 9511363.

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

Color convert

RGB 195 33 145 -
CMYK 0 0.83 0.26 0.24
HSL 318.52º 0.71% 0.45% -
HSV(B) 318.52º 0.83% 0.76% -
XYZ 28.16 14.73 28.15 -
YUV 94.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 195 33 145 0 0.83 0.26 0.24 318.52 0.71 0.45
Hex C3 21 91 0 53 1A 18 13F 47 2D
Octal 303 41 221 0 123 32 30 477 107 55
Binary 11000011 100001 10010001 0 1010011 11010 11000 100111111 1000111 101101

Color Harmonies of #C32191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32191

Black with #C32191

Text Example


Text Example

White with #C32191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32191; }

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

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

background-color css

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

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

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

border-color css

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

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

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