#C332CB

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

Shades of Fuchsia #C332CB

Tints of Fuchsia #C332CB

Color information

#C332CB (or 0xC332CB) is unknown color: approx Fuchsia. HEX triplet: C3, 32 and CB. RGB value is (195,50,203). Sum of RGB (Red+Green+Blue) = 195+50+203=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #C332CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332CB is #3CCD34. Grayscale: #6E6E6E. Windows color (decimal): -3984693 or 13316803. OLE color: 13316803.

HSL color Cylindrical-coordinate representation of color #C332CB: hue angle of 296.86º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C332CB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19550203-
CMYK0.040.7500.20
HSL296.86º60.47%49.61%-
HSV(B)296.86º75.37%79.61%-
XYZ34.4318.258.2-
YUV110.8180.04188.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 50 (19.92% from 255) = 11.16%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=43.53%
G=11.16%
B=45.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195502030.040.7500.20296.8660.4749.61
HexC332CB44B0141293c32
Octal3036231341130244517462
Binary11000011110010110010111001001011010100100101001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C332CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C332CB; }

 p { color: rgb(195,50,203); }

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

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

 a { background-color: rgb(195,50,203); }

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

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

 span { border-color: rgb(195,50,203); }

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