#C108B4

Color #C108B4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C108B4

Tints of Deep Magenta #C108B4

Color information

#C108B4 (or 0xC108B4) is unknown color: approx Deep Magenta. HEX triplet: C1, 08 and B4. RGB value is (193,8,180). Sum of RGB (Red+Green+Blue) = 193+8+180=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C108B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108B4 is #3EF74B. Grayscale: #525252. Windows color (decimal): -4126540 or 11798721. OLE color: 11798721.

HSL color Cylindrical-coordinate representation of color #C108B4: hue angle of 304.22º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108B4 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB1938180-
CMYK00.960.070.24
HSL304.22º92.04%39.41%-
HSV(B)304.22º95.85%75.69%-
XYZ30.3214.8144.44-
YUV82.92182.79206.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 8 (3.52% from 255) = 2.10%
BLUE value IS 180 (70.70% from 255) = 47.24%
R=50.66%
G=2.10%
B=47.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193818000.960.070.24304.2292.0439.41
HexC18B40607181305c27
Octal30110264014073046013447
Binary1100000110001011010001100000111110001001100001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C108B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C108B4; }

 p { color: rgb(193,8,180); }

 H1.HeaderClassName
 {
   color: #C108B4;
 }
 .AnyTagClassName
 {
   color: #C108B4;
 }
</style>
background-color css

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

 a { background-color: rgb(193,8,180); }

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

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

 span { border-color: rgb(193,8,180); }

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