Html Css Color HEX #C32896 Medium Red Violet

📋 copy color: '#C32896'

red 195 ◦ green 40 ◦ blue 150

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

Shades of Medium Red Violet #C32896

Tints of Medium Red Violet #C32896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.39%

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

R = 50.65%
G = 10.39%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C32896 (or 0xC32896) is known color: Medium Red Violet. HEX triplet: C3, 28 and 96. RGB value is (195,40,150). Sum of RGB (Red+Green+Blue) = 195+40+150=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C32896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32896 is #3CD769. Grayscale: #626262. Windows color (decimal): -3987306 or 9840835. OLE color: 9840835.

HSL color Cylindrical-coordinate representation of color #C32896: hue angle of 317.42º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32896 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 150 -
CMYK 0 0.79 0.23 0.24
HSL 317.42º 0.66% 0.46% -
HSV(B) 317.42º 0.79% 0.76% -
XYZ 28.77 15.32 30.3 -
YUV 98.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 195 40 150 0 0.79 0.23 0.24 317.42 0.66 0.46
Hex C3 28 96 0 4F 17 18 13D 42 2E
Octal 303 50 226 0 117 27 30 475 102 56
Binary 11000011 101000 10010110 0 1001111 10111 11000 100111101 1000010 101110

Color Harmonies of #C32896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32896

Black with #C32896

Text Example


Text Example

White with #C32896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32896; }

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

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

background-color css

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

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

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

border-color css

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

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

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