Html Css Color HEX #C328AA Medium Red Violet

📋 copy color: '#C328AA'

red 195 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #C328AA

Tints of Medium Red Violet #C328AA

RGB

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

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

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

R = 48.15%
G = 9.88%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C328AA (or 0xC328AA) is known color: Medium Red Violet. HEX triplet: C3, 28 and AA. RGB value is (195,40,170). Sum of RGB (Red+Green+Blue) = 195+40+170=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C328AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C328AA is #3CD755. Grayscale: #646464. Windows color (decimal): -3987286 or 11151555. OLE color: 11151555.

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

Color convert

RGB 195 40 170 -
CMYK 0 0.79 0.13 0.24
HSL 309.68º 0.66% 0.46% -
HSV(B) 309.68º 0.79% 0.76% -
XYZ 30.52 16.02 39.51 -
YUV 101.17 166.85 194.93 -
System Red Green Blue C M Y K H S L
Decimal 195 40 170 0 0.79 0.13 0.24 309.68 0.66 0.46
Hex C3 28 AA 0 4F D 18 136 42 2E
Octal 303 50 252 0 117 15 30 466 102 56
Binary 11000011 101000 10101010 0 1001111 1101 11000 100110110 1000010 101110

Color Harmonies of #C328AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328AA

Black with #C328AA

Text Example


Text Example

White with #C328AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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