Html Css Color HEX #C32190 Medium Violet Red

📋 copy color: '#C32190'

red 195 ◦ green 33 ◦ blue 144

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

Shades of Medium Violet Red #C32190

Tints of Medium Violet Red #C32190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 52.42%
G = 8.87%
B = 38.71%

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

#C32190 (or 0xC32190) is known color: Medium Violet Red. HEX triplet: C3, 21 and 90. RGB value is (195,33,144). Sum of RGB (Red+Green+Blue) = 195+33+144=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C32190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32190 is #3CDE6F. Grayscale: #5D5D5D. Windows color (decimal): -3989104 or 9445827. OLE color: 9445827.

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

Color convert

RGB 195 33 144 -
CMYK 0 0.83 0.26 0.24
HSL 318.89º 0.71% 0.45% -
HSV(B) 318.89º 0.83% 0.76% -
XYZ 28.08 14.7 27.74 -
YUV 94.09 156.17 199.97 -
System Red Green Blue C M Y K H S L
Decimal 195 33 144 0 0.83 0.26 0.24 318.89 0.71 0.45
Hex C3 21 90 0 53 1A 18 13F 47 2D
Octal 303 41 220 0 123 32 30 477 107 55
Binary 11000011 100001 10010000 0 1010011 11010 11000 100111111 1000111 101101

Color Harmonies of #C32190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32190

Black with #C32190

Text Example


Text Example

White with #C32190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32190; }

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

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

background-color css

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

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

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

border-color css

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

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

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