#C153AF

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

Shades of Fuchsia #C153AF

Tints of Fuchsia #C153AF

Color information

#C153AF (or 0xC153AF) is unknown color: approx Fuchsia. HEX triplet: C1, 53 and AF. RGB value is (193,83,175). Sum of RGB (Red+Green+Blue) = 193+83+175=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C153AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C153AF is #3EAC50. Grayscale: #7E7E7E. Windows color (decimal): -4107345 or 11490241. OLE color: 11490241.

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

Color convert

RGB19383175-
CMYK00.570.090.24
HSL309.82º47.01%54.12%-
HSV(B)309.82º56.99%75.69%-
XYZ32.8220.6242.81-
YUV126.38155.44175.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 83 (32.81% from 255) = 18.40%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=42.79%
G=18.40%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938317500.570.090.24309.8247.0154.12
HexC153AF0399181362f36
Octal30112325707111304665766
Binary110000011010011101011110111001100111000100110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C153AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C153AF; }

 p { color: rgb(193,83,175); }

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

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

 a { background-color: rgb(193,83,175); }

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

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

 span { border-color: rgb(193,83,175); }

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