Html Css Color HEX #C32197 Medium Violet Red

📋 copy color: '#C32197'

red 195 ◦ green 33 ◦ blue 151

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

Shades of Medium Violet Red #C32197

Tints of Medium Violet Red #C32197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.84%

R = 51.45%
G = 8.71%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C32197 (or 0xC32197) is known color: Medium Violet Red. HEX triplet: C3, 21 and 97. RGB value is (195,33,151). Sum of RGB (Red+Green+Blue) = 195+33+151=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C32197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32197 is #3CDE68. Grayscale: #5E5E5E. Windows color (decimal): -3989097 or 9904579. OLE color: 9904579.

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

Color convert

RGB 195 33 151 -
CMYK 0 0.83 0.23 0.24
HSL 316.3º 0.71% 0.45% -
HSV(B) 316.3º 0.83% 0.76% -
XYZ 28.64 14.92 30.65 -
YUV 94.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 195 33 151 0 0.83 0.23 0.24 316.3 0.71 0.45
Hex C3 21 97 0 53 17 18 13C 47 2D
Octal 303 41 227 0 123 27 30 474 107 55
Binary 11000011 100001 10010111 0 1010011 10111 11000 100111100 1000111 101101

Color Harmonies of #C32197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32197

Black with #C32197

Text Example


Text Example

White with #C32197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32197; }

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

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

background-color css

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

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

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

border-color css

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

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

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