Html Css Color HEX #C326D6 Deep Magenta

📋 copy color: '#C326D6'

red 195 ◦ green 38 ◦ blue 214

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

Shades of Deep Magenta #C326D6

Tints of Deep Magenta #C326D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.87%

R = 43.62%
G = 8.5%
B = 47.87%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C326D6 (or 0xC326D6) is known color: Deep Magenta. HEX triplet: C3, 26 and D6. RGB value is (195,38,214). Sum of RGB (Red+Green+Blue) = 195+38+214=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #C326D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326D6 is #3CD929. Grayscale: #686868. Windows color (decimal): -3987754 or 14034627. OLE color: 14034627.

HSL color Cylindrical-coordinate representation of color #C326D6: hue angle of 293.52º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C326D6 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 38 214 -
CMYK 0.09 0.82 0 0.16
HSL 293.52º 0.7% 0.49% -
HSV(B) 293.52º 0.82% 0.84% -
XYZ 35.34 17.84 65.2 -
YUV 105.01 189.51 192.19 -
System Red Green Blue C M Y K H S L
Decimal 195 38 214 0.09 0.82 0 0.16 293.52 0.7 0.49
Hex C3 26 D6 9 52 0 10 126 46 31
Octal 303 46 326 11 122 0 20 446 106 61
Binary 11000011 100110 11010110 1001 1010010 0 10000 100100110 1000110 110001

Color Harmonies of #C326D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326D6

Black with #C326D6

Text Example


Text Example

White with #C326D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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