Html Css Color HEX #C320A4 Medium Violet Red

📋 copy color: '#C320A4'

red 195 ◦ green 32 ◦ blue 164

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

Shades of Medium Violet Red #C320A4

Tints of Medium Violet Red #C320A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 49.87%
G = 8.18%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C320A4 (or 0xC320A4) is known color: Medium Violet Red. HEX triplet: C3, 20 and A4. RGB value is (195,32,164). Sum of RGB (Red+Green+Blue) = 195+32+164=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C320A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320A4 is #3CDF5B. Grayscale: #5F5F5F. Windows color (decimal): -3989340 or 10756291. OLE color: 10756291.

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

Color convert

RGB 195 32 164 -
CMYK 0 0.84 0.16 0.24
HSL 311.41º 0.72% 0.45% -
HSV(B) 311.41º 0.84% 0.76% -
XYZ 29.72 15.32 36.51 -
YUV 95.79 166.5 198.77 -
System Red Green Blue C M Y K H S L
Decimal 195 32 164 0 0.84 0.16 0.24 311.41 0.72 0.45
Hex C3 20 A4 0 54 10 18 137 48 2D
Octal 303 40 244 0 124 20 30 467 110 55
Binary 11000011 100000 10100100 0 1010100 10000 11000 100110111 1001000 101101

Color Harmonies of #C320A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320A4

Black with #C320A4

Text Example


Text Example

White with #C320A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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