#C333B3

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

Shades of Fuchsia #C333B3

Tints of Fuchsia #C333B3

Color information

#C333B3 (or 0xC333B3) is unknown color: approx Fuchsia. HEX triplet: C3, 33 and B3. RGB value is (195,51,179). Sum of RGB (Red+Green+Blue) = 195+51+179=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C333B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333B3 is #3CCC4C. Grayscale: #6C6C6C. Windows color (decimal): -3984461 or 11744195. OLE color: 11744195.

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

Color convert

RGB19551179-
CMYK00.740.080.24
HSL306.67º58.54%48.24%-
HSV(B)306.67º73.85%76.47%-
XYZ31.8317.2244.3-
YUV108.65167.71189.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 51 (20.31% from 255) = 12%
BLUE value IS 179 (70.31% from 255) = 42.12%
R=45.88%
G=12%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955117900.740.080.24306.6758.5448.24
HexC333B304A8181333b30
Octal30363263011210304637360
Binary110000111100111011001101001010100011000100110011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C333B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C333B3; }

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

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

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

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

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

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

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

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