#C233BD

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

Shades of Fuchsia #C233BD

Tints of Fuchsia #C233BD

Color information

#C233BD (or 0xC233BD) is unknown color: approx Fuchsia. HEX triplet: C2, 33 and BD. RGB value is (194,51,189). Sum of RGB (Red+Green+Blue) = 194+51+189=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C233BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233BD is #3DCC42. Grayscale: #6D6D6D. Windows color (decimal): -4049987 or 12399554. OLE color: 12399554.

HSL color Cylindrical-coordinate representation of color #C233BD: hue angle of 302.1º 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 #C233BD is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19451189-
CMYK00.740.030.24
HSL302.1º58.37%48.04%-
HSV(B)302.1º73.71%76.08%-
XYZ32.6217.5149.8-
YUV109.49172.88188.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 51 (20.31% from 255) = 11.75%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=44.70%
G=11.75%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945118900.740.030.24302.158.3748.04
HexC233BD04A31812e3a30
Octal3026327501123304567260
Binary1100001011001110111101010010101111000100101110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C233BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C233BD; }

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

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

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

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

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

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

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

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