Html Css Color HEX #C325A0 Medium Violet Red

📋 copy color: '#C325A0'

red 195 ◦ green 37 ◦ blue 160

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

Shades of Medium Violet Red #C325A0

Tints of Medium Violet Red #C325A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.44%

 BLUE value IS 160 (62.89% from 255) = 40.82%

R = 49.74%
G = 9.44%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C325A0 (or 0xC325A0) is known color: Medium Violet Red. HEX triplet: C3, 25 and A0. RGB value is (195,37,160). Sum of RGB (Red+Green+Blue) = 195+37+160=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C325A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325A0 is #3CDA5F. Grayscale: #616161. Windows color (decimal): -3988064 or 10495427. OLE color: 10495427.

HSL color Cylindrical-coordinate representation of color #C325A0: hue angle of 313.29º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C325A0 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 160 -
CMYK 0 0.81 0.18 0.24
HSL 313.29º 0.68% 0.45% -
HSV(B) 313.29º 0.81% 0.76% -
XYZ 29.51 15.46 34.69 -
YUV 98.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 195 37 160 0 0.81 0.18 0.24 313.29 0.68 0.45
Hex C3 25 A0 0 51 12 18 139 44 2D
Octal 303 45 240 0 121 22 30 471 104 55
Binary 11000011 100101 10100000 0 1010001 10010 11000 100111001 1000100 101101

Color Harmonies of #C325A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325A0

Black with #C325A0

Text Example


Text Example

White with #C325A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325A0; }

 p { color: rgb(195,37,160); }

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

background-color css

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

 a { background-color: rgb(195,37,160); }

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

border-color css

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

 span { border-color: rgb(195,37,160); }

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