#C233B1

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

Shades of Fuchsia #C233B1

Tints of Fuchsia #C233B1

Color information

#C233B1 (or 0xC233B1) is unknown color: approx Fuchsia. HEX triplet: C2, 33 and B1. RGB value is (194,51,177). Sum of RGB (Red+Green+Blue) = 194+51+177=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C233B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C233B1 is #3DCC4E. Grayscale: #6B6B6B. Windows color (decimal): -4049999 or 11613122. OLE color: 11613122.

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

Color convert

RGB19451177-
CMYK00.740.090.24
HSL307.13º58.37%48.04%-
HSV(B)307.13º73.71%76.08%-
XYZ31.3717.0143.23-
YUV108.12166.88189.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 51 (20.31% from 255) = 12.09%
BLUE value IS 177 (69.53% from 255) = 41.94%
R=45.97%
G=12.09%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945117700.740.090.24307.1358.3748.04
HexC233B104A9181333a30
Octal30263261011211304637260
Binary110000101100111011000101001010100111000100110011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C233B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C233B1; }

 p { color: rgb(194,51,177); }

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

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

 a { background-color: rgb(194,51,177); }

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

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

 span { border-color: rgb(194,51,177); }

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