#C32CBD

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

Shades of Fuchsia #C32CBD

Tints of Fuchsia #C32CBD

Color information

#C32CBD (or 0xC32CBD) is unknown color: approx Fuchsia. HEX triplet: C3, 2C and BD. RGB value is (195,44,189). Sum of RGB (Red+Green+Blue) = 195+44+189=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CBD is #3CD342. Grayscale: #696969. Windows color (decimal): -3986243 or 12397763. OLE color: 12397763.

HSL color Cylindrical-coordinate representation of color #C32CBD: hue angle of 302.38º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32CBD is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19544189-
CMYK00.770.030.24
HSL302.38º63.18%46.86%-
HSV(B)302.38º77.44%76.47%-
XYZ32.5917.0849.72-
YUV105.68175.03191.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 44 (17.58% from 255) = 10.28%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=45.56%
G=10.28%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954418900.770.030.24302.3863.1846.86
HexC32CBD04D31812e3f2f
Octal3035427501153304567757
Binary1100001110110010111101010011011111000100101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32CBD; }

 p { color: rgb(195,44,189); }

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

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

 a { background-color: rgb(195,44,189); }

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

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

 span { border-color: rgb(195,44,189); }

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