Html Css Color HEX #C328AE Medium Red Violet

📋 copy color: '#C328AE'

red 195 ◦ green 40 ◦ blue 174

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

Shades of Medium Red Violet #C328AE

Tints of Medium Red Violet #C328AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.78%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 47.68%
G = 9.78%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C328AE (or 0xC328AE) is known color: Medium Red Violet. HEX triplet: C3, 28 and AE. RGB value is (195,40,174). Sum of RGB (Red+Green+Blue) = 195+40+174=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C328AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C328AE is #3CD751. Grayscale: #656565. Windows color (decimal): -3987282 or 11413699. OLE color: 11413699.

HSL color Cylindrical-coordinate representation of color #C328AE: hue angle of 308.13º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C328AE is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 174 -
CMYK 0 0.79 0.11 0.24
HSL 308.13º 0.66% 0.46% -
HSV(B) 308.13º 0.79% 0.76% -
XYZ 30.9 16.18 41.54 -
YUV 101.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 195 40 174 0 0.79 0.11 0.24 308.13 0.66 0.46
Hex C3 28 AE 0 4F B 18 134 42 2E
Octal 303 50 256 0 117 13 30 464 102 56
Binary 11000011 101000 10101110 0 1001111 1011 11000 100110100 1000010 101110

Color Harmonies of #C328AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328AE

Black with #C328AE

Text Example


Text Example

White with #C328AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328AE; }

 p { color: rgb(195,40,174); }

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

background-color css

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

 a { background-color: rgb(195,40,174); }

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

border-color css

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

 span { border-color: rgb(195,40,174); }

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