Html Css Color HEX #C326B2 Deep Magenta

📋 copy color: '#C326B2'

red 195 ◦ green 38 ◦ blue 178

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

Shades of Deep Magenta #C326B2

Tints of Deep Magenta #C326B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.31%

R = 47.45%
G = 9.25%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C326B2 (or 0xC326B2) is known color: Deep Magenta. HEX triplet: C3, 26 and B2. RGB value is (195,38,178). Sum of RGB (Red+Green+Blue) = 195+38+178=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C326B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C326B2 is #3CD94D. Grayscale: #646464. Windows color (decimal): -3987790 or 11675331. OLE color: 11675331.

HSL color Cylindrical-coordinate representation of color #C326B2: hue angle of 306.5º 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 #C326B2 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 178 -
CMYK 0 0.81 0.09 0.24
HSL 306.5º 0.67% 0.46% -
HSV(B) 306.5º 0.81% 0.76% -
XYZ 31.23 16.2 43.6 -
YUV 100.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 195 38 178 0 0.81 0.09 0.24 306.5 0.67 0.46
Hex C3 26 B2 0 51 9 18 132 43 2E
Octal 303 46 262 0 121 11 30 462 103 56
Binary 11000011 100110 10110010 0 1010001 1001 11000 100110010 1000011 101110

Color Harmonies of #C326B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326B2

Black with #C326B2

Text Example


Text Example

White with #C326B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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