#C440CB

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

Shades of Fuchsia #C440CB

Tints of Fuchsia #C440CB

Color information

#C440CB (or 0xC440CB) is unknown color: approx Fuchsia. HEX triplet: C4, 40 and CB. RGB value is (196,64,203). Sum of RGB (Red+Green+Blue) = 196+64+203=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #C440CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440CB is #3BBF34. Grayscale: #767676. Windows color (decimal): -3915573 or 13320388. OLE color: 13320388.

HSL color Cylindrical-coordinate representation of color #C440CB: hue angle of 296.98º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C440CB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19664203-
CMYK0.030.6800.20
HSL296.98º57.2%52.35%-
HSV(B)296.98º68.47%79.61%-
XYZ35.3819.7158.44-
YUV119.31175.23182.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 64 (25.39% from 255) = 13.82%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=42.33%
G=13.82%
B=43.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196642030.030.6800.20296.9857.252.35
HexC440CB3440141293934
Octal30410031331040244517164
Binary11000100100000011001011111000100010100100101001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C440CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C440CB; }

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

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

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

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

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

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

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

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