Html Css Color HEX #C32CAC Medium Red Violet

📋 copy color: '#C32CAC'

red 195 ◦ green 44 ◦ blue 172

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

Shades of Medium Red Violet #C32CAC

Tints of Medium Red Violet #C32CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

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

R = 47.45%
G = 10.71%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C32CAC (or 0xC32CAC) is known color: Medium Red Violet. HEX triplet: C3, 2C and AC. RGB value is (195,44,172). Sum of RGB (Red+Green+Blue) = 195+44+172=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32CAC is #3CD353. Grayscale: #676767. Windows color (decimal): -3986260 or 11283651. OLE color: 11283651.

HSL color Cylindrical-coordinate representation of color #C32CAC: hue angle of 309.14º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32CAC is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 44 172 -
CMYK 0 0.77 0.12 0.24
HSL 309.14º 0.63% 0.47% -
HSV(B) 309.14º 0.77% 0.76% -
XYZ 30.85 16.38 40.57 -
YUV 103.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 195 44 172 0 0.77 0.12 0.24 309.14 0.63 0.47
Hex C3 2C AC 0 4D C 18 135 3F 2F
Octal 303 54 254 0 115 14 30 465 77 57
Binary 11000011 101100 10101100 0 1001101 1100 11000 100110101 111111 101111

Color Harmonies of #C32CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CAC

Black with #C32CAC

Text Example


Text Example

White with #C32CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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