Html Css Color HEX #C32091 Medium Violet Red

📋 copy color: '#C32091'

red 195 ◦ green 32 ◦ blue 145

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

Shades of Medium Violet Red #C32091

Tints of Medium Violet Red #C32091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.6%

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

R = 52.42%
G = 8.6%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C32091 (or 0xC32091) is known color: Medium Violet Red. HEX triplet: C3, 20 and 91. RGB value is (195,32,145). Sum of RGB (Red+Green+Blue) = 195+32+145=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C32091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32091 is #3CDF6E. Grayscale: #5D5D5D. Windows color (decimal): -3989359 or 9511107. OLE color: 9511107.

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

Color convert

RGB 195 32 145 -
CMYK 0 0.84 0.26 0.24
HSL 318.4º 0.72% 0.45% -
HSV(B) 318.4º 0.84% 0.76% -
XYZ 28.13 14.68 28.14 -
YUV 93.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 195 32 145 0 0.84 0.26 0.24 318.4 0.72 0.45
Hex C3 20 91 0 54 1A 18 13E 48 2D
Octal 303 40 221 0 124 32 30 476 110 55
Binary 11000011 100000 10010001 0 1010100 11010 11000 100111110 1001000 101101

Color Harmonies of #C32091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32091

Black with #C32091

Text Example


Text Example

White with #C32091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32091; }

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

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

background-color css

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

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

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

border-color css

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

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

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