Html Css Color HEX #C326BB Deep Magenta

📋 copy color: '#C326BB'

red 195 ◦ green 38 ◦ blue 187

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

Shades of Deep Magenta #C326BB

Tints of Deep Magenta #C326BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 46.43%
G = 9.05%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C326BB (or 0xC326BB) is known color: Deep Magenta. HEX triplet: C3, 26 and BB. RGB value is (195,38,187). Sum of RGB (Red+Green+Blue) = 195+38+187=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C326BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326BB is #3CD944. Grayscale: #656565. Windows color (decimal): -3987781 or 12265155. OLE color: 12265155.

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

Color convert

RGB 195 38 187 -
CMYK 0 0.81 0.04 0.24
HSL 303.06º 0.67% 0.46% -
HSV(B) 303.06º 0.81% 0.76% -
XYZ 32.17 16.58 48.52 -
YUV 101.93 176.01 194.38 -
System Red Green Blue C M Y K H S L
Decimal 195 38 187 0 0.81 0.04 0.24 303.06 0.67 0.46
Hex C3 26 BB 0 51 4 18 12F 43 2E
Octal 303 46 273 0 121 4 30 457 103 56
Binary 11000011 100110 10111011 0 1010001 100 11000 100101111 1000011 101110

Color Harmonies of #C326BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326BB

Black with #C326BB

Text Example


Text Example

White with #C326BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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