Html Css Color HEX #C325BF Deep Magenta

📋 copy color: '#C325BF'

red 195 ◦ green 37 ◦ blue 191

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

Shades of Deep Magenta #C325BF

Tints of Deep Magenta #C325BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.15%

R = 46.1%
G = 8.75%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C325BF (or 0xC325BF) is known color: Deep Magenta. HEX triplet: C3, 25 and BF. RGB value is (195,37,191). Sum of RGB (Red+Green+Blue) = 195+37+191=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C325BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325BF is #3CDA40. Grayscale: #656565. Windows color (decimal): -3988033 or 12527043. OLE color: 12527043.

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

Color convert

RGB 195 37 191 -
CMYK 0 0.81 0.02 0.24
HSL 301.52º 0.68% 0.45% -
HSV(B) 301.52º 0.81% 0.76% -
XYZ 32.57 16.69 50.79 -
YUV 101.8 178.35 194.48 -
System Red Green Blue C M Y K H S L
Decimal 195 37 191 0 0.81 0.02 0.24 301.52 0.68 0.45
Hex C3 25 BF 0 51 2 18 12E 44 2D
Octal 303 45 277 0 121 2 30 456 104 55
Binary 11000011 100101 10111111 0 1010001 10 11000 100101110 1000100 101101

Color Harmonies of #C325BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325BF

Black with #C325BF

Text Example


Text Example

White with #C325BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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