#CF31CC

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

Shades of Fuchsia #CF31CC

Tints of Fuchsia #CF31CC

Color information

#CF31CC (or 0xCF31CC) is unknown color: approx Fuchsia. HEX triplet: CF, 31 and CC. RGB value is (207,49,204). Sum of RGB (Red+Green+Blue) = 207+49+204=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31CC is #30CE33. Grayscale: #717171. Windows color (decimal): -3198516 or 13382095. OLE color: 13382095.

HSL color Cylindrical-coordinate representation of color #CF31CC: hue angle of 301.14º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF31CC is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB20749204-
CMYK00.760.010.19
HSL301.14º62.2%50.2%-
HSV(B)301.14º76.33%81.18%-
XYZ37.7319.8258.96-
YUV113.91178.85194.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45%
GREEN value IS 49 (19.53% from 255) = 10.65%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=45%
G=10.65%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074920400.760.010.19301.1462.250.2
HexCF31CC04C11312d3e32
Octal3176131401141234557662
Binary110011111100011100110001001100110011100101101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF31CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF31CC; }

 p { color: rgb(207,49,204); }

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

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

 a { background-color: rgb(207,49,204); }

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

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

 span { border-color: rgb(207,49,204); }

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