Html Css Color HEX #C32EAC Medium Red Violet

📋 copy color: '#C32EAC'

red 195 ◦ green 46 ◦ blue 172

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

Shades of Medium Red Violet #C32EAC

Tints of Medium Red Violet #C32EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.14%

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

R = 47.22%
G = 11.14%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C32EAC (or 0xC32EAC) is known color: Medium Red Violet. HEX triplet: C3, 2E and AC. RGB value is (195,46,172). Sum of RGB (Red+Green+Blue) = 195+46+172=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32EAC is #3CD153. Grayscale: #686868. Windows color (decimal): -3985748 or 11284163. OLE color: 11284163.

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

Color convert

RGB 195 46 172 -
CMYK 0 0.76 0.12 0.24
HSL 309.26º 0.62% 0.47% -
HSV(B) 309.26º 0.76% 0.76% -
XYZ 30.93 16.53 40.59 -
YUV 104.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 195 46 172 0 0.76 0.12 0.24 309.26 0.62 0.47
Hex C3 2E AC 0 4C C 18 135 3E 2F
Octal 303 56 254 0 114 14 30 465 76 57
Binary 11000011 101110 10101100 0 1001100 1100 11000 100110101 111110 101111

Color Harmonies of #C32EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EAC

Black with #C32EAC

Text Example


Text Example

White with #C32EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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