#C152B8

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

Shades of Fuchsia #C152B8

Tints of Fuchsia #C152B8

Color information

#C152B8 (or 0xC152B8) is unknown color: approx Fuchsia. HEX triplet: C1, 52 and B8. RGB value is (193,82,184). Sum of RGB (Red+Green+Blue) = 193+82+184=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C152B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152B8 is #3EAD47. Grayscale: #7E7E7E. Windows color (decimal): -4107592 or 12079809. OLE color: 12079809.

HSL color Cylindrical-coordinate representation of color #C152B8: hue angle of 304.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C152B8 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB19382184-
CMYK00.580.050.24
HSL304.86º47.23%53.92%-
HSV(B)304.86º57.51%75.69%-
XYZ33.6620.8347.59-
YUV126.82160.27175.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 82 (32.42% from 255) = 17.86%
BLUE value IS 184 (72.27% from 255) = 40.09%
R=42.05%
G=17.86%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938218400.580.050.24304.8647.2353.92
HexC152B803A5181312f36
Octal3011222700725304615766
Binary11000001101001010111000011101010111000100110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C152B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C152B8; }

 p { color: rgb(193,82,184); }

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

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

 a { background-color: rgb(193,82,184); }

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

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

 span { border-color: rgb(193,82,184); }

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