Html Css Color HEX #C325A5 Medium Violet Red

📋 copy color: '#C325A5'

red 195 ◦ green 37 ◦ blue 165

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

Shades of Medium Violet Red #C325A5

Tints of Medium Violet Red #C325A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.56%

R = 49.12%
G = 9.32%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C325A5 (or 0xC325A5) is known color: Medium Violet Red. HEX triplet: C3, 25 and A5. RGB value is (195,37,165). Sum of RGB (Red+Green+Blue) = 195+37+165=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C325A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325A5 is #3CDA5A. Grayscale: #626262. Windows color (decimal): -3988059 or 10823107. OLE color: 10823107.

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

Color convert

RGB 195 37 165 -
CMYK 0 0.81 0.15 0.24
HSL 311.39º 0.68% 0.45% -
HSV(B) 311.39º 0.81% 0.76% -
XYZ 29.96 15.64 37.04 -
YUV 98.83 165.35 196.59 -
System Red Green Blue C M Y K H S L
Decimal 195 37 165 0 0.81 0.15 0.24 311.39 0.68 0.45
Hex C3 25 A5 0 51 F 18 137 44 2D
Octal 303 45 245 0 121 17 30 467 104 55
Binary 11000011 100101 10100101 0 1010001 1111 11000 100110111 1000100 101101

Color Harmonies of #C325A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325A5

Black with #C325A5

Text Example


Text Example

White with #C325A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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