Html Css Color HEX #C32A96 Medium Red Violet

📋 copy color: '#C32A96'

red 195 ◦ green 42 ◦ blue 150

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

Shades of Medium Red Violet #C32A96

Tints of Medium Red Violet #C32A96

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.85%

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

R = 50.39%
G = 10.85%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C32A96 (or 0xC32A96) is known color: Medium Red Violet. HEX triplet: C3, 2A and 96. RGB value is (195,42,150). Sum of RGB (Red+Green+Blue) = 195+42+150=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A96 is #3CD569. Grayscale: #636363. Windows color (decimal): -3986794 or 9841347. OLE color: 9841347.

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

Color convert

RGB 195 42 150 -
CMYK 0 0.78 0.23 0.24
HSL 317.65º 0.65% 0.46% -
HSV(B) 317.65º 0.78% 0.76% -
XYZ 28.84 15.46 30.32 -
YUV 100.06 156.19 195.72 -
System Red Green Blue C M Y K H S L
Decimal 195 42 150 0 0.78 0.23 0.24 317.65 0.65 0.46
Hex C3 2A 96 0 4E 17 18 13E 41 2E
Octal 303 52 226 0 116 27 30 476 101 56
Binary 11000011 101010 10010110 0 1001110 10111 11000 100111110 1000001 101110

Color Harmonies of #C32A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A96

Black with #C32A96

Text Example


Text Example

White with #C32A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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