Html Css Color HEX #C320AA Medium Violet Red

📋 copy color: '#C320AA'

red 195 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #C320AA

Tints of Medium Violet Red #C320AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.06%

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

R = 49.12%
G = 8.06%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C320AA (or 0xC320AA) is known color: Medium Violet Red. HEX triplet: C3, 20 and AA. RGB value is (195,32,170). Sum of RGB (Red+Green+Blue) = 195+32+170=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C320AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320AA is #3CDF55. Grayscale: #606060. Windows color (decimal): -3989334 or 11149507. OLE color: 11149507.

HSL color Cylindrical-coordinate representation of color #C320AA: hue angle of 309.2º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C320AA is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 170 -
CMYK 0 0.84 0.13 0.24
HSL 309.2º 0.72% 0.45% -
HSV(B) 309.2º 0.84% 0.76% -
XYZ 30.28 15.54 39.43 -
YUV 96.47 169.5 198.28 -
System Red Green Blue C M Y K H S L
Decimal 195 32 170 0 0.84 0.13 0.24 309.2 0.72 0.45
Hex C3 20 AA 0 54 D 18 135 48 2D
Octal 303 40 252 0 124 15 30 465 110 55
Binary 11000011 100000 10101010 0 1010100 1101 11000 100110101 1001000 101101

Color Harmonies of #C320AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320AA

Black with #C320AA

Text Example


Text Example

White with #C320AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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