#CF41D5

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

Shades of Fuchsia #CF41D5

Tints of Fuchsia #CF41D5

Color information

#CF41D5 (or 0xCF41D5) is unknown color: approx Fuchsia. HEX triplet: CF, 41 and D5. RGB value is (207,65,213). Sum of RGB (Red+Green+Blue) = 207+65+213=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF41D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41D5 is #30BE2A. Grayscale: #7B7B7B. Windows color (decimal): -3194411 or 13976015. OLE color: 13976015.

HSL color Cylindrical-coordinate representation of color #CF41D5: hue angle of 297.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF41D5 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20765213-
CMYK0.030.6900.16
HSL297.57º63.79%54.51%-
HSV(B)297.57º69.48%83.53%-
XYZ39.6321.8565.08-
YUV124.33178.04186.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.68%
GREEN value IS 65 (25.78% from 255) = 13.40%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=42.68%
G=13.40%
B=43.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207652130.030.6900.16297.5763.7954.51
HexCF41D534501012a4037
Octal317101325310502045210067
Binary110011111000001110101011110001010100001001010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF41D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF41D5; }

 p { color: rgb(207,65,213); }

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

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

 a { background-color: rgb(207,65,213); }

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

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

 span { border-color: rgb(207,65,213); }

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