Html Css Color HEX #C324CE Deep Magenta

📋 copy color: '#C324CE'

red 195 ◦ green 36 ◦ blue 206

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

Shades of Deep Magenta #C324CE

Tints of Deep Magenta #C324CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 44.62%
G = 8.24%
B = 47.14%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C324CE (or 0xC324CE) is known color: Deep Magenta. HEX triplet: C3, 24 and CE. RGB value is (195,36,206). Sum of RGB (Red+Green+Blue) = 195+36+206=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #C324CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324CE is #3CDB31. Grayscale: #666666. Windows color (decimal): -3988274 or 13509827. OLE color: 13509827.

HSL color Cylindrical-coordinate representation of color #C324CE: hue angle of 296.12º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C324CE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 36 206 -
CMYK 0.05 0.83 0 0.19
HSL 296.12º 0.7% 0.47% -
HSV(B) 296.12º 0.83% 0.81% -
XYZ 34.28 17.32 59.93 -
YUV 102.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 195 36 206 0.05 0.83 0 0.19 296.12 0.7 0.47
Hex C3 24 CE 5 53 0 13 128 46 2F
Octal 303 44 316 5 123 0 23 450 106 57
Binary 11000011 100100 11001110 101 1010011 0 10011 100101000 1000110 101111

Color Harmonies of #C324CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324CE

Black with #C324CE

Text Example


Text Example

White with #C324CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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