Html Css Color HEX #C32AA0 Medium Red Violet

📋 copy color: '#C32AA0'

red 195 ◦ green 42 ◦ blue 160

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

Shades of Medium Red Violet #C32AA0

Tints of Medium Red Violet #C32AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.3%

R = 49.12%
G = 10.58%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C32AA0 (or 0xC32AA0) is known color: Medium Red Violet. HEX triplet: C3, 2A and A0. RGB value is (195,42,160). Sum of RGB (Red+Green+Blue) = 195+42+160=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C32AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32AA0 is #3CD55F. Grayscale: #646464. Windows color (decimal): -3986784 or 10496707. OLE color: 10496707.

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

Color convert

RGB 195 42 160 -
CMYK 0 0.78 0.18 0.24
HSL 313.73º 0.65% 0.46% -
HSV(B) 313.73º 0.78% 0.76% -
XYZ 29.68 15.8 34.74 -
YUV 101.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 195 42 160 0 0.78 0.18 0.24 313.73 0.65 0.46
Hex C3 2A A0 0 4E 12 18 13A 41 2E
Octal 303 52 240 0 116 22 30 472 101 56
Binary 11000011 101010 10100000 0 1001110 10010 11000 100111010 1000001 101110

Color Harmonies of #C32AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AA0

Black with #C32AA0

Text Example


Text Example

White with #C32AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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