Html Css Color HEX #C32AA1 Medium Red Violet

📋 copy color: '#C32AA1'

red 195 ◦ green 42 ◦ blue 161

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

Shades of Medium Red Violet #C32AA1

Tints of Medium Red Violet #C32AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 48.99%
G = 10.55%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C32AA1 (or 0xC32AA1) is known color: Medium Red Violet. HEX triplet: C3, 2A and A1. RGB value is (195,42,161). Sum of RGB (Red+Green+Blue) = 195+42+161=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C32AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32AA1 is #3CD55E. Grayscale: #646464. Windows color (decimal): -3986783 or 10562243. OLE color: 10562243.

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

Color convert

RGB 195 42 161 -
CMYK 0 0.78 0.17 0.24
HSL 313.33º 0.65% 0.46% -
HSV(B) 313.33º 0.78% 0.76% -
XYZ 29.77 15.83 35.21 -
YUV 101.31 161.69 194.82 -
System Red Green Blue C M Y K H S L
Decimal 195 42 161 0 0.78 0.17 0.24 313.33 0.65 0.46
Hex C3 2A A1 0 4E 11 18 139 41 2E
Octal 303 52 241 0 116 21 30 471 101 56
Binary 11000011 101010 10100001 0 1001110 10001 11000 100111001 1000001 101110

Color Harmonies of #C32AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AA1

Black with #C32AA1

Text Example


Text Example

White with #C32AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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