Html Css Color HEX #C325BE Deep Magenta

📋 copy color: '#C325BE'

red 195 ◦ green 37 ◦ blue 190

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

Shades of Deep Magenta #C325BE

Tints of Deep Magenta #C325BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 46.21%
G = 8.77%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C325BE (or 0xC325BE) is known color: Deep Magenta. HEX triplet: C3, 25 and BE. RGB value is (195,37,190). Sum of RGB (Red+Green+Blue) = 195+37+190=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C325BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325BE is #3CDA41. Grayscale: #656565. Windows color (decimal): -3988034 or 12461507. OLE color: 12461507.

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

Color convert

RGB 195 37 190 -
CMYK 0 0.81 0.03 0.24
HSL 301.9º 0.68% 0.45% -
HSV(B) 301.9º 0.81% 0.76% -
XYZ 32.46 16.64 50.22 -
YUV 101.68 177.85 194.56 -
System Red Green Blue C M Y K H S L
Decimal 195 37 190 0 0.81 0.03 0.24 301.9 0.68 0.45
Hex C3 25 BE 0 51 3 18 12E 44 2D
Octal 303 45 276 0 121 3 30 456 104 55
Binary 11000011 100101 10111110 0 1010001 11 11000 100101110 1000100 101101

Color Harmonies of #C325BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325BE

Black with #C325BE

Text Example


Text Example

White with #C325BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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