#CF61B4

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

Shades of Fuchsia #CF61B4

Tints of Fuchsia #CF61B4

Color information

#CF61B4 (or 0xCF61B4) is unknown color: approx Fuchsia. HEX triplet: CF, 61 and B4. RGB value is (207,97,180). Sum of RGB (Red+Green+Blue) = 207+97+180=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61B4 is #309E4B. Grayscale: #8B8B8B. Windows color (decimal): -3186252 or 11821519. OLE color: 11821519.

HSL color Cylindrical-coordinate representation of color #CF61B4: hue angle of 314.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF61B4 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB20797180-
CMYK00.530.130.19
HSL314.73º53.4%59.61%-
HSV(B)314.73º53.14%81.18%-
XYZ38.2525.1146.01-
YUV139.35150.94176.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 97 (38.28% from 255) = 20.04%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=42.77%
G=20.04%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079718000.530.130.19314.7353.459.61
HexCF61B4035D1313b353c
Octal31714126406515234736574
Binary110011111100001101101000110101110110011100111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61B4; }

 p { color: rgb(207,97,180); }

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

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

 a { background-color: rgb(207,97,180); }

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

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

 span { border-color: rgb(207,97,180); }

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