#CF2CC8

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

Shades of Fuchsia #CF2CC8

Tints of Fuchsia #CF2CC8

Color information

#CF2CC8 (or 0xCF2CC8) is unknown color: approx Fuchsia. HEX triplet: CF, 2C and C8. RGB value is (207,44,200). Sum of RGB (Red+Green+Blue) = 207+44+200=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CC8 is #30D337. Grayscale: #6E6E6E. Windows color (decimal): -3199800 or 13118671. OLE color: 13118671.

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

Color convert

RGB20744200-
CMYK00.790.030.19
HSL302.58º64.94%49.22%-
HSV(B)302.58º78.74%81.18%-
XYZ37.0619.2456.4-
YUV110.52178.5196.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 44 (17.58% from 255) = 9.76%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=45.90%
G=9.76%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074420000.790.030.19302.5864.9449.22
HexCF2CC804F31312f4131
Octal31754310011732345710161
Binary11001111101100110010000100111111100111001011111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2CC8; }

 p { color: rgb(207,44,200); }

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

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

 a { background-color: rgb(207,44,200); }

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

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

 span { border-color: rgb(207,44,200); }

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