Html Css Color HEX #C32391 Medium Violet Red

📋 copy color: '#C32391'

red 195 ◦ green 35 ◦ blue 145

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

Shades of Medium Violet Red #C32391

Tints of Medium Violet Red #C32391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

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

R = 52%
G = 9.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C32391 (or 0xC32391) is known color: Medium Violet Red. HEX triplet: C3, 23 and 91. RGB value is (195,35,145). Sum of RGB (Red+Green+Blue) = 195+35+145=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C32391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32391 is #3CDC6E. Grayscale: #5F5F5F. Windows color (decimal): -3988591 or 9511875. OLE color: 9511875.

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

Color convert

RGB 195 35 145 -
CMYK 0 0.82 0.26 0.24
HSL 318.75º 0.7% 0.45% -
HSV(B) 318.75º 0.82% 0.76% -
XYZ 28.22 14.85 28.17 -
YUV 95.38 156.01 199.06 -
System Red Green Blue C M Y K H S L
Decimal 195 35 145 0 0.82 0.26 0.24 318.75 0.7 0.45
Hex C3 23 91 0 52 1A 18 13F 46 2D
Octal 303 43 221 0 122 32 30 477 106 55
Binary 11000011 100011 10010001 0 1010010 11010 11000 100111111 1000110 101101

Color Harmonies of #C32391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32391

Black with #C32391

Text Example


Text Example

White with #C32391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32391; }

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

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

background-color css

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

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

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

border-color css

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

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

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