#C233C3

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

Shades of Fuchsia #C233C3

Tints of Fuchsia #C233C3

Color information

#C233C3 (or 0xC233C3) is unknown color: approx Fuchsia. HEX triplet: C2, 33 and C3. RGB value is (194,51,195). Sum of RGB (Red+Green+Blue) = 194+51+195=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #C233C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233C3 is #3DCC3C. Grayscale: #6D6D6D. Windows color (decimal): -4049981 or 12792770. OLE color: 12792770.

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

Color convert

RGB19451195-
CMYK0.010.7400.24
HSL299.58º58.54%48.24%-
HSV(B)299.58º73.85%76.47%-
XYZ33.2817.7853.31-
YUV110.17175.88187.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 51 (20.31% from 255) = 11.59%
BLUE value IS 195 (76.56% from 255) = 44.32%
R=44.09%
G=11.59%
B=44.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194511950.010.7400.24299.5858.5448.24
HexC233C314A01812c3b30
Octal3026330311120304547360
Binary110000101100111100001111001010011000100101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C233C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C233C3; }

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

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

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

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

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

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

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

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