Html Css Color HEX #C325A1 Medium Violet Red

📋 copy color: '#C325A1'

red 195 ◦ green 37 ◦ blue 161

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

Shades of Medium Violet Red #C325A1

Tints of Medium Violet Red #C325A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.97%

R = 49.62%
G = 9.41%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C325A1 (or 0xC325A1) is known color: Medium Violet Red. HEX triplet: C3, 25 and A1. RGB value is (195,37,161). Sum of RGB (Red+Green+Blue) = 195+37+161=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C325A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325A1 is #3CDA5E. Grayscale: #626262. Windows color (decimal): -3988063 or 10560963. OLE color: 10560963.

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

Color convert

RGB 195 37 161 -
CMYK 0 0.81 0.17 0.24
HSL 312.91º 0.68% 0.45% -
HSV(B) 312.91º 0.81% 0.76% -
XYZ 29.6 15.5 35.15 -
YUV 98.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 195 37 161 0 0.81 0.17 0.24 312.91 0.68 0.45
Hex C3 25 A1 0 51 11 18 139 44 2D
Octal 303 45 241 0 121 21 30 471 104 55
Binary 11000011 100101 10100001 0 1010001 10001 11000 100111001 1000100 101101

Color Harmonies of #C325A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325A1

Black with #C325A1

Text Example


Text Example

White with #C325A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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