#C23BB0

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

Shades of Fuchsia #C23BB0

Tints of Fuchsia #C23BB0

Color information

#C23BB0 (or 0xC23BB0) is unknown color: approx Fuchsia. HEX triplet: C2, 3B and B0. RGB value is (194,59,176). Sum of RGB (Red+Green+Blue) = 194+59+176=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BB0 is #3DC44F. Grayscale: #707070. Windows color (decimal): -4047952 or 11549634. OLE color: 11549634.

HSL color Cylindrical-coordinate representation of color #C23BB0: hue angle of 308º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23BB0 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19459176-
CMYK00.700.090.24
HSL308º53.36%49.61%-
HSV(B)308º69.59%76.08%-
XYZ31.6517.7342.83-
YUV112.7163.73185.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 59 (23.44% from 255) = 13.75%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=45.22%
G=13.75%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945917600.700.090.2430853.3649.61
HexC23BB00469181343532
Octal30273260010611304646562
Binary110000101110111011000001000110100111000100110100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23BB0; }

 p { color: rgb(194,59,176); }

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

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

 a { background-color: rgb(194,59,176); }

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

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

 span { border-color: rgb(194,59,176); }

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