Html Css Color HEX #C32EAA Medium Red Violet

📋 copy color: '#C32EAA'

red 195 ◦ green 46 ◦ blue 170

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

Shades of Medium Red Violet #C32EAA

Tints of Medium Red Violet #C32EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 47.45%
G = 11.19%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C32EAA (or 0xC32EAA) is known color: Medium Red Violet. HEX triplet: C3, 2E and AA. RGB value is (195,46,170). Sum of RGB (Red+Green+Blue) = 195+46+170=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32EAA is #3CD155. Grayscale: #686868. Windows color (decimal): -3985750 or 11153091. OLE color: 11153091.

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

Color convert

RGB 195 46 170 -
CMYK 0 0.76 0.13 0.24
HSL 310.07º 0.62% 0.47% -
HSV(B) 310.07º 0.76% 0.76% -
XYZ 30.74 16.46 39.59 -
YUV 104.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 195 46 170 0 0.76 0.13 0.24 310.07 0.62 0.47
Hex C3 2E AA 0 4C D 18 136 3E 2F
Octal 303 56 252 0 114 15 30 466 76 57
Binary 11000011 101110 10101010 0 1001100 1101 11000 100110110 111110 101111

Color Harmonies of #C32EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EAA

Black with #C32EAA

Text Example


Text Example

White with #C32EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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