Html Css Color HEX #C325AE Medium Violet Red

📋 copy color: '#C325AE'

red 195 ◦ green 37 ◦ blue 174

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

Shades of Medium Violet Red #C325AE

Tints of Medium Violet Red #C325AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 48.03%
G = 9.11%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C325AE (or 0xC325AE) is known color: Medium Violet Red. HEX triplet: C3, 25 and AE. RGB value is (195,37,174). Sum of RGB (Red+Green+Blue) = 195+37+174=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C325AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325AE is #3CDA51. Grayscale: #636363. Windows color (decimal): -3988050 or 11412931. OLE color: 11412931.

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

Color convert

RGB 195 37 174 -
CMYK 0 0.81 0.11 0.24
HSL 307.97º 0.68% 0.45% -
HSV(B) 307.97º 0.81% 0.76% -
XYZ 30.81 15.98 41.51 -
YUV 99.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 195 37 174 0 0.81 0.11 0.24 307.97 0.68 0.45
Hex C3 25 AE 0 51 B 18 134 44 2D
Octal 303 45 256 0 121 13 30 464 104 55
Binary 11000011 100101 10101110 0 1010001 1011 11000 100110100 1000100 101101

Color Harmonies of #C325AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325AE

Black with #C325AE

Text Example


Text Example

White with #C325AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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