Html Css Color HEX #C320A6 Medium Violet Red

📋 copy color: '#C320A6'

red 195 ◦ green 32 ◦ blue 166

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

Shades of Medium Violet Red #C320A6

Tints of Medium Violet Red #C320A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.24%

R = 49.62%
G = 8.14%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C320A6 (or 0xC320A6) is known color: Medium Violet Red. HEX triplet: C3, 20 and A6. RGB value is (195,32,166). Sum of RGB (Red+Green+Blue) = 195+32+166=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C320A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320A6 is #3CDF59. Grayscale: #5F5F5F. Windows color (decimal): -3989338 or 10887363. OLE color: 10887363.

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

Color convert

RGB 195 32 166 -
CMYK 0 0.84 0.15 0.24
HSL 310.67º 0.72% 0.45% -
HSV(B) 310.67º 0.84% 0.76% -
XYZ 29.91 15.39 37.47 -
YUV 96.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 195 32 166 0 0.84 0.15 0.24 310.67 0.72 0.45
Hex C3 20 A6 0 54 F 18 137 48 2D
Octal 303 40 246 0 124 17 30 467 110 55
Binary 11000011 100000 10100110 0 1010100 1111 11000 100110111 1001000 101101

Color Harmonies of #C320A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320A6

Black with #C320A6

Text Example


Text Example

White with #C320A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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