Html Css Color HEX #C32AAC Medium Red Violet

📋 copy color: '#C32AAC'

red 195 ◦ green 42 ◦ blue 172

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

Shades of Medium Red Violet #C32AAC

Tints of Medium Red Violet #C32AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 47.68%
G = 10.27%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C32AAC (or 0xC32AAC) is known color: Medium Red Violet. HEX triplet: C3, 2A and AC. RGB value is (195,42,172). Sum of RGB (Red+Green+Blue) = 195+42+172=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C32AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32AAC is #3CD553. Grayscale: #666666. Windows color (decimal): -3986772 or 11283139. OLE color: 11283139.

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

Color convert

RGB 195 42 172 -
CMYK 0 0.78 0.12 0.24
HSL 309.02º 0.65% 0.46% -
HSV(B) 309.02º 0.78% 0.76% -
XYZ 30.78 16.24 40.54 -
YUV 102.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 195 42 172 0 0.78 0.12 0.24 309.02 0.65 0.46
Hex C3 2A AC 0 4E C 18 135 41 2E
Octal 303 52 254 0 116 14 30 465 101 56
Binary 11000011 101010 10101100 0 1001110 1100 11000 100110101 1000001 101110

Color Harmonies of #C32AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AAC

Black with #C32AAC

Text Example


Text Example

White with #C32AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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