#c451cb

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

Shades of Fuchsia #C451CB

Tints of Fuchsia #C451CB

Color information

#C451CB (or 0xC451CB) is unknown color: approx Fuchsia. HEX triplet: C4, 51 and CB. RGB value is (196,81,203). Sum of RGB (Red+Green+Blue) = 196+81+203=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #C451CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451CB is #3BAE34. Grayscale: #808080. Windows color (decimal): -3911221 or 13324740. OLE color: 13324740.

HSL color Cylindrical-coordinate representation of color #C451CB: hue angle of 296.56º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C451CB is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19681203-
CMYK0.030.6000.20
HSL296.56º53.98%55.69%-
HSV(B)296.56º60.1%79.61%-
XYZ36.4921.9358.81-
YUV129.29169.6175.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.83%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=40.83%
G=16.88%
B=42.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196812030.030.6000.20296.5653.9855.69
HexC451CB33C0141293638
Octal3041213133740244516670
Binary1100010010100011100101111111100010100100101001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c451cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c451cb; }

 p { color: rgb(196,81,203); }

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

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

 a { background-color: rgb(196,81,203); }

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

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

 span { border-color: rgb(196,81,203); }

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