Html Css Color HEX #C326DC Deep Magenta

📋 copy color: '#C326DC'

red 195 ◦ green 38 ◦ blue 220

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

Shades of Deep Magenta #C326DC

Tints of Deep Magenta #C326DC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.39%

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 43.05%
G = 8.39%
B = 48.57%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C326DC (or 0xC326DC) is known color: Deep Magenta. HEX triplet: C3, 26 and DC. RGB value is (195,38,220). Sum of RGB (Red+Green+Blue) = 195+38+220=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #C326DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326DC is #3CD923. Grayscale: #696969. Windows color (decimal): -3987748 or 14427843. OLE color: 14427843.

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

Color convert

RGB 195 38 220 -
CMYK 0.11 0.83 0 0.14
HSL 291.76º 0.72% 0.51% -
HSV(B) 291.76º 0.83% 0.86% -
XYZ 36.12 18.16 69.31 -
YUV 105.69 192.51 191.7 -
System Red Green Blue C M Y K H S L
Decimal 195 38 220 0.11 0.83 0 0.14 291.76 0.72 0.51
Hex C3 26 DC B 53 0 E 124 48 33
Octal 303 46 334 13 123 0 16 444 110 63
Binary 11000011 100110 11011100 1011 1010011 0 1110 100100100 1001000 110011

Color Harmonies of #C326DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326DC

Black with #C326DC

Text Example


Text Example

White with #C326DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326DC; }

 p { color: rgb(195,38,220); }

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

background-color css

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

 a { background-color: rgb(195,38,220); }

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

border-color css

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

 span { border-color: rgb(195,38,220); }

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