#C333B6

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

Shades of Fuchsia #C333B6

Tints of Fuchsia #C333B6

Color information

#C333B6 (or 0xC333B6) is unknown color: approx Fuchsia. HEX triplet: C3, 33 and B6. RGB value is (195,51,182). Sum of RGB (Red+Green+Blue) = 195+51+182=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C333B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333B6 is #3CCC49. Grayscale: #6C6C6C. Windows color (decimal): -3984458 or 11940803. OLE color: 11940803.

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

Color convert

RGB19551182-
CMYK00.740.070.24
HSL305.42º58.54%48.24%-
HSV(B)305.42º73.85%76.47%-
XYZ32.1317.3545.91-
YUV108.99169.21189.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 182 (71.48% from 255) = 42.52%
R=45.56%
G=11.92%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955118200.740.070.24305.4258.5448.24
HexC333B604A7181313b30
Octal3036326601127304617360
Binary11000011110011101101100100101011111000100110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C333B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C333B6; }

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

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

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

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

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

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

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

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