#CF48B6

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

Shades of Fuchsia #CF48B6

Tints of Fuchsia #CF48B6

Color information

#CF48B6 (or 0xCF48B6) is unknown color: approx Fuchsia. HEX triplet: CF, 48 and B6. RGB value is (207,72,182). Sum of RGB (Red+Green+Blue) = 207+72+182=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48B6 is #30B749. Grayscale: #7C7C7C. Windows color (decimal): -3192650 or 11946191. OLE color: 11946191.

HSL color Cylindrical-coordinate representation of color #CF48B6: hue angle of 311.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF48B6 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB20772182-
CMYK00.650.120.19
HSL311.11º58.44%54.71%-
HSV(B)311.11º65.22%81.18%-
XYZ36.4921.2846.44-
YUV124.9160.23186.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 72 (28.52% from 255) = 15.62%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=44.90%
G=15.62%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077218200.650.120.19311.1158.4454.71
HexCF48B6041C131373a37
Octal317110266010114234677267
Binary1100111110010001011011001000001110010011100110111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF48B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF48B6; }

 p { color: rgb(207,72,182); }

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

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

 a { background-color: rgb(207,72,182); }

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

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

 span { border-color: rgb(207,72,182); }

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