Html Css Color HEX #C320A9 Medium Violet Red

📋 copy color: '#C320A9'

red 195 ◦ green 32 ◦ blue 169

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

Shades of Medium Violet Red #C320A9

Tints of Medium Violet Red #C320A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.68%

R = 49.24%
G = 8.08%
B = 42.68%

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

#C320A9 (or 0xC320A9) is known color: Medium Violet Red. HEX triplet: C3, 20 and A9. RGB value is (195,32,169). Sum of RGB (Red+Green+Blue) = 195+32+169=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C320A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320A9 is #3CDF56. Grayscale: #5F5F5F. Windows color (decimal): -3989335 or 11083971. OLE color: 11083971.

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

Color convert

RGB 195 32 169 -
CMYK 0 0.84 0.13 0.24
HSL 309.57º 0.72% 0.45% -
HSV(B) 309.57º 0.84% 0.76% -
XYZ 30.18 15.5 38.94 -
YUV 96.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 195 32 169 0 0.84 0.13 0.24 309.57 0.72 0.45
Hex C3 20 A9 0 54 D 18 136 48 2D
Octal 303 40 251 0 124 15 30 466 110 55
Binary 11000011 100000 10101001 0 1010100 1101 11000 100110110 1001000 101101

Color Harmonies of #C320A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320A9

Black with #C320A9

Text Example


Text Example

White with #C320A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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