Html Css Color HEX #C321AC Medium Violet Red

📋 copy color: '#C321AC'

red 195 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #C321AC

Tints of Medium Violet Red #C321AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.25%

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

R = 48.75%
G = 8.25%
B = 43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C321AC (or 0xC321AC) is known color: Medium Violet Red. HEX triplet: C3, 21 and AC. RGB value is (195,33,172). Sum of RGB (Red+Green+Blue) = 195+33+172=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C321AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C321AC is #3CDE53. Grayscale: #606060. Windows color (decimal): -3989076 or 11280835. OLE color: 11280835.

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

Color convert

RGB 195 33 172 -
CMYK 0 0.83 0.12 0.24
HSL 308.52º 0.71% 0.45% -
HSV(B) 308.52º 0.83% 0.76% -
XYZ 30.5 15.67 40.45 -
YUV 97.28 170.17 197.7 -
System Red Green Blue C M Y K H S L
Decimal 195 33 172 0 0.83 0.12 0.24 308.52 0.71 0.45
Hex C3 21 AC 0 53 C 18 135 47 2D
Octal 303 41 254 0 123 14 30 465 107 55
Binary 11000011 100001 10101100 0 1010011 1100 11000 100110101 1000111 101101

Color Harmonies of #C321AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321AC

Black with #C321AC

Text Example


Text Example

White with #C321AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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