Html Css Color HEX #C324E1 Deep Magenta

📋 copy color: '#C324E1'

red 195 ◦ green 36 ◦ blue 225

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

Shades of Deep Magenta #C324E1

Tints of Deep Magenta #C324E1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.89%

 BLUE value IS 225 (88.28% from 255) = 49.34%

R = 42.76%
G = 7.89%
B = 49.34%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C324E1 (or 0xC324E1) is known color: Deep Magenta. HEX triplet: C3, 24 and E1. RGB value is (195,36,225). Sum of RGB (Red+Green+Blue) = 195+36+225=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #C324E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324E1 is #3CDB1E. Grayscale: #686868. Windows color (decimal): -3988255 or 14755011. OLE color: 14755011.

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

Color convert

RGB 195 36 225 -
CMYK 0.13 0.84 0 0.12
HSL 290.48º 0.76% 0.51% -
HSV(B) 290.48º 0.84% 0.88% -
XYZ 36.73 18.3 72.83 -
YUV 105.09 195.68 192.13 -
System Red Green Blue C M Y K H S L
Decimal 195 36 225 0.13 0.84 0 0.12 290.48 0.76 0.51
Hex C3 24 E1 D 54 0 C 122 4C 33
Octal 303 44 341 15 124 0 14 442 114 63
Binary 11000011 100100 11100001 1101 1010100 0 1100 100100010 1001100 110011

Color Harmonies of #C324E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324E1

Black with #C324E1

Text Example


Text Example

White with #C324E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324E1; }

 p { color: rgb(195,36,225); }

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

background-color css

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

 a { background-color: rgb(195,36,225); }

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

border-color css

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

 span { border-color: rgb(195,36,225); }

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