Html Css Color HEX #C325E0 Deep Magenta

📋 copy color: '#C325E0'

red 195 ◦ green 37 ◦ blue 224

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

Shades of Deep Magenta #C325E0

Tints of Deep Magenta #C325E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 42.76%
G = 8.11%
B = 49.12%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C325E0 (or 0xC325E0) is known color: Deep Magenta. HEX triplet: C3, 25 and E0. RGB value is (195,37,224). Sum of RGB (Red+Green+Blue) = 195+37+224=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #C325E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325E0 is #3CDA1F. Grayscale: #686868. Windows color (decimal): -3988000 or 14689731. OLE color: 14689731.

HSL color Cylindrical-coordinate representation of color #C325E0: hue angle of 290.7º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C325E0 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 37 224 -
CMYK 0.13 0.83 0 0.12
HSL 290.7º 0.75% 0.51% -
HSV(B) 290.7º 0.83% 0.88% -
XYZ 36.62 18.31 72.12 -
YUV 105.56 194.85 191.79 -
System Red Green Blue C M Y K H S L
Decimal 195 37 224 0.13 0.83 0 0.12 290.7 0.75 0.51
Hex C3 25 E0 D 53 0 C 123 4B 33
Octal 303 45 340 15 123 0 14 443 113 63
Binary 11000011 100101 11100000 1101 1010011 0 1100 100100011 1001011 110011

Color Harmonies of #C325E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325E0

Black with #C325E0

Text Example


Text Example

White with #C325E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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