#CF44CB

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

Shades of Fuchsia #CF44CB

Tints of Fuchsia #CF44CB

Color information

#CF44CB (or 0xCF44CB) is unknown color: approx Fuchsia. HEX triplet: CF, 44 and CB. RGB value is (207,68,203). Sum of RGB (Red+Green+Blue) = 207+68+203=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44CB is #30BB34. Grayscale: #7C7C7C. Windows color (decimal): -3193653 or 13321423. OLE color: 13321423.

HSL color Cylindrical-coordinate representation of color #CF44CB: hue angle of 301.73º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF44CB is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB20768203-
CMYK00.670.020.19
HSL301.73º59.15%53.92%-
HSV(B)301.73º67.15%81.18%-
XYZ38.5821.7158.66-
YUV124.95172.05186.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 68 (26.95% from 255) = 14.23%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=43.31%
G=14.23%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076820300.670.020.19301.7359.1553.92
HexCF44CB04321312e3b36
Octal31710431301032234567366
Binary11001111100010011001011010000111010011100101110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF44CB; }

 p { color: rgb(207,68,203); }

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

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

 a { background-color: rgb(207,68,203); }

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

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

 span { border-color: rgb(207,68,203); }

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