#C15CBB

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

Shades of Fuchsia #C15CBB

Tints of Fuchsia #C15CBB

Color information

#C15CBB (or 0xC15CBB) is unknown color: approx Fuchsia. HEX triplet: C1, 5C and BB. RGB value is (193,92,187). Sum of RGB (Red+Green+Blue) = 193+92+187=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C15CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CBB is #3EA344. Grayscale: #848484. Windows color (decimal): -4105029 or 12278977. OLE color: 12278977.

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

Color convert

RGB19392187-
CMYK00.520.030.24
HSL303.56º44.89%55.88%-
HSV(B)303.56º52.33%75.69%-
XYZ34.7922.5849.54-
YUV133.03158.46170.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=40.89%
G=19.49%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939218700.520.030.24303.5644.8955.88
HexC15CBB0343181302d38
Octal3011342730643304605570
Binary1100000110111001011101101101001111000100110000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15CBB; }

 p { color: rgb(193,92,187); }

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

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

 a { background-color: rgb(193,92,187); }

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

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

 span { border-color: rgb(193,92,187); }

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