Html Css Color HEX #C325AF Deep Magenta

📋 copy color: '#C325AF'

red 195 ◦ green 37 ◦ blue 175

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

Shades of Deep Magenta #C325AF

Tints of Deep Magenta #C325AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 47.91%
G = 9.09%
B = 43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C325AF (or 0xC325AF) is known color: Deep Magenta. HEX triplet: C3, 25 and AF. RGB value is (195,37,175). Sum of RGB (Red+Green+Blue) = 195+37+175=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C325AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325AF is #3CDA50. Grayscale: #636363. Windows color (decimal): -3988049 or 11478467. OLE color: 11478467.

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

Color convert

RGB 195 37 175 -
CMYK 0 0.81 0.10 0.24
HSL 307.59º 0.68% 0.45% -
HSV(B) 307.59º 0.81% 0.76% -
XYZ 30.91 16.02 42.02 -
YUV 99.97 170.35 195.78 -
System Red Green Blue C M Y K H S L
Decimal 195 37 175 0 0.81 0.10 0.24 307.59 0.68 0.45
Hex C3 25 AF 0 51 A 18 134 44 2D
Octal 303 45 257 0 121 12 30 464 104 55
Binary 11000011 100101 10101111 0 1010001 1010 11000 100110100 1000100 101101

Color Harmonies of #C325AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325AF

Black with #C325AF

Text Example


Text Example

White with #C325AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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