#c23cb0

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

Shades of Fuchsia #C23CB0

Tints of Fuchsia #C23CB0

Color information

#C23CB0 (or 0xC23CB0) is unknown color: approx Fuchsia. HEX triplet: C2, 3C and B0. RGB value is (194,60,176). Sum of RGB (Red+Green+Blue) = 194+60+176=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23CB0 is #3DC34F. Grayscale: #707070. Windows color (decimal): -4047696 or 11549890. OLE color: 11549890.

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

Color convert

RGB19460176-
CMYK00.690.090.24
HSL308.06º52.76%49.8%-
HSV(B)308.06º69.07%76.08%-
XYZ31.717.8442.85-
YUV113.29163.39185.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 60 (23.83% from 255) = 13.95%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=45.12%
G=13.95%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946017600.690.090.24308.0652.7649.8
HexC23CB00459181343532
Octal30274260010511304646562
Binary110000101111001011000001000101100111000100110100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c23cb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c23cb0; }

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

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

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

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

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

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

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

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