Html Css Color HEX #C32194 Medium Violet Red

📋 copy color: '#C32194'

red 195 ◦ green 33 ◦ blue 148

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

Shades of Medium Violet Red #C32194

Tints of Medium Violet Red #C32194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 51.86%
G = 8.78%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C32194 (or 0xC32194) is known color: Medium Violet Red. HEX triplet: C3, 21 and 94. RGB value is (195,33,148). Sum of RGB (Red+Green+Blue) = 195+33+148=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C32194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32194 is #3CDE6B. Grayscale: #5E5E5E. Windows color (decimal): -3989100 or 9707971. OLE color: 9707971.

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

Color convert

RGB 195 33 148 -
CMYK 0 0.83 0.24 0.24
HSL 317.41º 0.71% 0.45% -
HSV(B) 317.41º 0.83% 0.76% -
XYZ 28.39 14.83 29.38 -
YUV 94.55 158.17 199.65 -
System Red Green Blue C M Y K H S L
Decimal 195 33 148 0 0.83 0.24 0.24 317.41 0.71 0.45
Hex C3 21 94 0 53 18 18 13D 47 2D
Octal 303 41 224 0 123 30 30 475 107 55
Binary 11000011 100001 10010100 0 1010011 11000 11000 100111101 1000111 101101

Color Harmonies of #C32194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32194

Black with #C32194

Text Example


Text Example

White with #C32194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32194; }

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

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

background-color css

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

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

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

border-color css

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

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

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