Html Css Color HEX #C321AA Medium Violet Red

📋 copy color: '#C321AA'

red 195 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #C321AA

Tints of Medium Violet Red #C321AA

RGB

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

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

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

R = 48.99%
G = 8.29%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C321AA (or 0xC321AA) is known color: Medium Violet Red. HEX triplet: C3, 21 and AA. RGB value is (195,33,170). Sum of RGB (Red+Green+Blue) = 195+33+170=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C321AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C321AA is #3CDE55. Grayscale: #606060. Windows color (decimal): -3989078 or 11149763. OLE color: 11149763.

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

Color convert

RGB 195 33 170 -
CMYK 0 0.83 0.13 0.24
HSL 309.26º 0.71% 0.45% -
HSV(B) 309.26º 0.83% 0.76% -
XYZ 30.31 15.59 39.44 -
YUV 97.06 169.17 197.86 -
System Red Green Blue C M Y K H S L
Decimal 195 33 170 0 0.83 0.13 0.24 309.26 0.71 0.45
Hex C3 21 AA 0 53 D 18 135 47 2D
Octal 303 41 252 0 123 15 30 465 107 55
Binary 11000011 100001 10101010 0 1010011 1101 11000 100110101 1000111 101101

Color Harmonies of #C321AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321AA

Black with #C321AA

Text Example


Text Example

White with #C321AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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