Html Css Color HEX #C32096 Medium Violet Red

📋 copy color: '#C32096'

red 195 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #C32096

Tints of Medium Violet Red #C32096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.79%

R = 51.72%
G = 8.49%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C32096 (or 0xC32096) is known color: Medium Violet Red. HEX triplet: C3, 20 and 96. RGB value is (195,32,150). Sum of RGB (Red+Green+Blue) = 195+32+150=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C32096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32096 is #3CDF69. Grayscale: #5D5D5D. Windows color (decimal): -3989354 or 9838787. OLE color: 9838787.

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

Color convert

RGB 195 32 150 -
CMYK 0 0.84 0.23 0.24
HSL 316.56º 0.72% 0.45% -
HSV(B) 316.56º 0.84% 0.76% -
XYZ 28.53 14.84 30.21 -
YUV 94.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 195 32 150 0 0.84 0.23 0.24 316.56 0.72 0.45
Hex C3 20 96 0 54 17 18 13D 48 2D
Octal 303 40 226 0 124 27 30 475 110 55
Binary 11000011 100000 10010110 0 1010100 10111 11000 100111101 1001000 101101

Color Harmonies of #C32096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32096

Black with #C32096

Text Example


Text Example

White with #C32096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32096; }

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

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

background-color css

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

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

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

border-color css

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

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

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