Html Css Color HEX #C32199 Medium Violet Red

📋 copy color: '#C32199'

red 195 ◦ green 33 ◦ blue 153

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

Shades of Medium Violet Red #C32199

Tints of Medium Violet Red #C32199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 51.18%
G = 8.66%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C32199 (or 0xC32199) is known color: Medium Violet Red. HEX triplet: C3, 21 and 99. RGB value is (195,33,153). Sum of RGB (Red+Green+Blue) = 195+33+153=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C32199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32199 is #3CDE66. Grayscale: #5E5E5E. Windows color (decimal): -3989095 or 10035651. OLE color: 10035651.

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

Color convert

RGB 195 33 153 -
CMYK 0 0.83 0.22 0.24
HSL 315.56º 0.71% 0.45% -
HSV(B) 315.56º 0.83% 0.76% -
XYZ 28.8 14.99 31.51 -
YUV 95.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 195 33 153 0 0.83 0.22 0.24 315.56 0.71 0.45
Hex C3 21 99 0 53 16 18 13C 47 2D
Octal 303 41 231 0 123 26 30 474 107 55
Binary 11000011 100001 10011001 0 1010011 10110 11000 100111100 1000111 101101

Color Harmonies of #C32199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32199

Black with #C32199

Text Example


Text Example

White with #C32199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32199; }

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

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

background-color css

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

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

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

border-color css

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

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

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