Html Css Color HEX #C326BD Deep Magenta

📋 copy color: '#C326BD'

red 195 ◦ green 38 ◦ blue 189

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

Shades of Deep Magenta #C326BD

Tints of Deep Magenta #C326BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 46.21%
G = 9%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C326BD (or 0xC326BD) is known color: Deep Magenta. HEX triplet: C3, 26 and BD. RGB value is (195,38,189). Sum of RGB (Red+Green+Blue) = 195+38+189=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C326BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326BD is #3CD942. Grayscale: #656565. Windows color (decimal): -3987779 or 12396227. OLE color: 12396227.

HSL color Cylindrical-coordinate representation of color #C326BD: hue angle of 302.29º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C326BD is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 189 -
CMYK 0 0.81 0.03 0.24
HSL 302.29º 0.67% 0.46% -
HSV(B) 302.29º 0.81% 0.76% -
XYZ 32.38 16.66 49.65 -
YUV 102.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 195 38 189 0 0.81 0.03 0.24 302.29 0.67 0.46
Hex C3 26 BD 0 51 3 18 12E 43 2E
Octal 303 46 275 0 121 3 30 456 103 56
Binary 11000011 100110 10111101 0 1010001 11 11000 100101110 1000011 101110

Color Harmonies of #C326BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326BD

Black with #C326BD

Text Example


Text Example

White with #C326BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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