Html Css Color HEX #C324DB Deep Magenta

📋 copy color: '#C324DB'

red 195 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #C324DB

Tints of Deep Magenta #C324DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 43.33%
G = 8%
B = 48.67%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C324DB (or 0xC324DB) is known color: Deep Magenta. HEX triplet: C3, 24 and DB. RGB value is (195,36,219). Sum of RGB (Red+Green+Blue) = 195+36+219=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #C324DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324DB is #3CDB24. Grayscale: #676767. Windows color (decimal): -3988261 or 14361795. OLE color: 14361795.

HSL color Cylindrical-coordinate representation of color #C324DB: hue angle of 292.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C324DB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 36 219 -
CMYK 0.11 0.84 0 0.14
HSL 292.13º 0.72% 0.5% -
HSV(B) 292.13º 0.84% 0.86% -
XYZ 35.92 17.98 68.59 -
YUV 104.4 192.68 192.62 -
System Red Green Blue C M Y K H S L
Decimal 195 36 219 0.11 0.84 0 0.14 292.13 0.72 0.5
Hex C3 24 DB B 54 0 E 124 48 32
Octal 303 44 333 13 124 0 16 444 110 62
Binary 11000011 100100 11011011 1011 1010100 0 1110 100100100 1001000 110010

Color Harmonies of #C324DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324DB

Black with #C324DB

Text Example


Text Example

White with #C324DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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