#C152AA

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

Shades of Fuchsia #C152AA

Tints of Fuchsia #C152AA

Color information

#C152AA (or 0xC152AA) is unknown color: approx Fuchsia. HEX triplet: C1, 52 and AA. RGB value is (193,82,170). Sum of RGB (Red+Green+Blue) = 193+82+170=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C152AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C152AA is #3EAD55. Grayscale: #7C7C7C. Windows color (decimal): -4107606 or 11162305. OLE color: 11162305.

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

Color convert

RGB19382170-
CMYK00.580.120.24
HSL312.43º47.23%53.92%-
HSV(B)312.43º57.51%75.69%-
XYZ32.2720.2740.24-
YUV125.22153.27176.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 82 (32.42% from 255) = 18.43%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=43.37%
G=18.43%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938217000.580.120.24312.4347.2353.92
HexC152AA03AC181382f36
Octal30112225207214304705766
Binary110000011010010101010100111010110011000100111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C152AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C152AA; }

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

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

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

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

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

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

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

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