#C330B6

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

Shades of Fuchsia #C330B6

Tints of Fuchsia #C330B6

Color information

#C330B6 (or 0xC330B6) is unknown color: approx Fuchsia. HEX triplet: C3, 30 and B6. RGB value is (195,48,182). Sum of RGB (Red+Green+Blue) = 195+48+182=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C330B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330B6 is #3CCF49. Grayscale: #6A6A6A. Windows color (decimal): -3985226 or 11940035. OLE color: 11940035.

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

Color convert

RGB19548182-
CMYK00.750.070.24
HSL305.31º60.49%47.65%-
HSV(B)305.31º75.38%76.47%-
XYZ32.0117.0945.87-
YUV107.23170.2190.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 48 (19.14% from 255) = 11.29%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=45.88%
G=11.29%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954818200.750.070.24305.3160.4947.65
HexC330B604B7181313c30
Octal3036026601137304617460
Binary11000011110000101101100100101111111000100110001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C330B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C330B6; }

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

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

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

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

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

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

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

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