Html Css Color HEX #C320AC Medium Violet Red

📋 copy color: '#C320AC'

red 195 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #C320AC

Tints of Medium Violet Red #C320AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 48.87%
G = 8.02%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C320AC (or 0xC320AC) is known color: Medium Violet Red. HEX triplet: C3, 20 and AC. RGB value is (195,32,172). Sum of RGB (Red+Green+Blue) = 195+32+172=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C320AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320AC is #3CDF53. Grayscale: #606060. Windows color (decimal): -3989332 or 11280579. OLE color: 11280579.

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

Color convert

RGB 195 32 172 -
CMYK 0 0.84 0.12 0.24
HSL 308.47º 0.72% 0.45% -
HSV(B) 308.47º 0.84% 0.76% -
XYZ 30.47 15.61 40.44 -
YUV 96.7 170.5 198.12 -
System Red Green Blue C M Y K H S L
Decimal 195 32 172 0 0.84 0.12 0.24 308.47 0.72 0.45
Hex C3 20 AC 0 54 C 18 134 48 2D
Octal 303 40 254 0 124 14 30 464 110 55
Binary 11000011 100000 10101100 0 1010100 1100 11000 100110100 1001000 101101

Color Harmonies of #C320AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320AC

Black with #C320AC

Text Example


Text Example

White with #C320AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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