#C230BE

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

Shades of Fuchsia #C230BE

Tints of Fuchsia #C230BE

Color information

#C230BE (or 0xC230BE) is unknown color: approx Fuchsia. HEX triplet: C2, 30 and BE. RGB value is (194,48,190). Sum of RGB (Red+Green+Blue) = 194+48+190=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C230BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230BE is #3DCF41. Grayscale: #6B6B6B. Windows color (decimal): -4050754 or 12464322. OLE color: 12464322.

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

Color convert

RGB19448190-
CMYK00.750.020.24
HSL301.64º60.33%47.45%-
HSV(B)301.64º75.26%76.08%-
XYZ32.617.350.34-
YUV107.84174.37189.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 48 (19.14% from 255) = 11.11%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=44.91%
G=11.11%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944819000.750.020.24301.6460.3347.45
HexC230BE04B21812e3c2f
Octal3026027601132304567457
Binary1100001011000010111110010010111011000100101110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C230BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C230BE; }

 p { color: rgb(194,48,190); }

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

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

 a { background-color: rgb(194,48,190); }

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

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

 span { border-color: rgb(194,48,190); }

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