#CF49CA

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

Shades of Fuchsia #CF49CA

Tints of Fuchsia #CF49CA

Color information

#CF49CA (or 0xCF49CA) is unknown color: approx Fuchsia. HEX triplet: CF, 49 and CA. RGB value is (207,73,202). Sum of RGB (Red+Green+Blue) = 207+73+202=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49CA is #30B635. Grayscale: #7F7F7F. Windows color (decimal): -3192374 or 13257167. OLE color: 13257167.

HSL color Cylindrical-coordinate representation of color #CF49CA: hue angle of 302.24º 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 #CF49CA is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB20773202-
CMYK00.650.020.19
HSL302.24º58.26%54.9%-
HSV(B)302.24º64.73%81.18%-
XYZ38.7822.2958.14-
YUV127.77169.89184.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 73 (28.91% from 255) = 15.15%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=42.95%
G=15.15%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077320200.650.020.19302.2458.2654.9
HexCF49CA04121312e3a37
Octal31711131201012234567267
Binary11001111100100111001010010000011010011100101110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF49CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF49CA; }

 p { color: rgb(207,73,202); }

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

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

 a { background-color: rgb(207,73,202); }

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

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

 span { border-color: rgb(207,73,202); }

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