Html Css Color HEX #C328AD Medium Red Violet

📋 copy color: '#C328AD'

red 195 ◦ green 40 ◦ blue 173

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

Shades of Medium Red Violet #C328AD

Tints of Medium Red Violet #C328AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 47.79%
G = 9.8%
B = 42.4%

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

#C328AD (or 0xC328AD) is known color: Medium Red Violet. HEX triplet: C3, 28 and AD. RGB value is (195,40,173). Sum of RGB (Red+Green+Blue) = 195+40+173=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C328AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C328AD is #3CD752. Grayscale: #656565. Windows color (decimal): -3987283 or 11348163. OLE color: 11348163.

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

Color convert

RGB 195 40 173 -
CMYK 0 0.79 0.11 0.24
HSL 308.52º 0.66% 0.46% -
HSV(B) 308.52º 0.79% 0.76% -
XYZ 30.81 16.14 41.03 -
YUV 101.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 195 40 173 0 0.79 0.11 0.24 308.52 0.66 0.46
Hex C3 28 AD 0 4F B 18 135 42 2E
Octal 303 50 255 0 117 13 30 465 102 56
Binary 11000011 101000 10101101 0 1001111 1011 11000 100110101 1000010 101110

Color Harmonies of #C328AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328AD

Black with #C328AD

Text Example


Text Example

White with #C328AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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