Html Css Color HEX #C320A8 Medium Violet Red

📋 copy color: '#C320A8'

red 195 ◦ green 32 ◦ blue 168

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

Shades of Medium Violet Red #C320A8

Tints of Medium Violet Red #C320A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 49.37%
G = 8.1%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C320A8 (or 0xC320A8) is known color: Medium Violet Red. HEX triplet: C3, 20 and A8. RGB value is (195,32,168). Sum of RGB (Red+Green+Blue) = 195+32+168=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C320A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320A8 is #3CDF57. Grayscale: #5F5F5F. Windows color (decimal): -3989336 or 11018435. OLE color: 11018435.

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

Color convert

RGB 195 32 168 -
CMYK 0 0.84 0.14 0.24
HSL 309.94º 0.72% 0.45% -
HSV(B) 309.94º 0.84% 0.76% -
XYZ 30.09 15.46 38.44 -
YUV 96.24 168.5 198.44 -
System Red Green Blue C M Y K H S L
Decimal 195 32 168 0 0.84 0.14 0.24 309.94 0.72 0.45
Hex C3 20 A8 0 54 E 18 136 48 2D
Octal 303 40 250 0 124 16 30 466 110 55
Binary 11000011 100000 10101000 0 1010100 1110 11000 100110110 1001000 101101

Color Harmonies of #C320A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320A8

Black with #C320A8

Text Example


Text Example

White with #C320A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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