Html Css Color HEX #C325BA Deep Magenta

📋 copy color: '#C325BA'

red 195 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #C325BA

Tints of Deep Magenta #C325BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 46.65%
G = 8.85%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C325BA (or 0xC325BA) is known color: Deep Magenta. HEX triplet: C3, 25 and BA. RGB value is (195,37,186). Sum of RGB (Red+Green+Blue) = 195+37+186=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C325BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325BA is #3CDA45. Grayscale: #646464. Windows color (decimal): -3988038 or 12199363. OLE color: 12199363.

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

Color convert

RGB 195 37 186 -
CMYK 0 0.81 0.05 0.24
HSL 303.42º 0.68% 0.45% -
HSV(B) 303.42º 0.81% 0.76% -
XYZ 32.03 16.47 47.95 -
YUV 101.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 195 37 186 0 0.81 0.05 0.24 303.42 0.68 0.45
Hex C3 25 BA 0 51 5 18 12F 44 2D
Octal 303 45 272 0 121 5 30 457 104 55
Binary 11000011 100101 10111010 0 1010001 101 11000 100101111 1000100 101101

Color Harmonies of #C325BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325BA

Black with #C325BA

Text Example


Text Example

White with #C325BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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