#CF4ED5

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

Shades of Fuchsia #CF4ED5

Tints of Fuchsia #CF4ED5

Color information

#CF4ED5 (or 0xCF4ED5) is unknown color: approx Fuchsia. HEX triplet: CF, 4E and D5. RGB value is (207,78,213). Sum of RGB (Red+Green+Blue) = 207+78+213=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4ED5 is #30B12A. Grayscale: #838383. Windows color (decimal): -3191083 or 13979343. OLE color: 13979343.

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

Color convert

RGB20778213-
CMYK0.030.6300.16
HSL297.33º61.64%57.06%-
HSV(B)297.33º63.38%83.53%-
XYZ40.4723.5265.36-
YUV131.96173.74181.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 78 (30.86% from 255) = 15.66%
BLUE value IS 213 (83.59% from 255) = 42.77%
R=41.57%
G=15.66%
B=42.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207782130.030.6300.16297.3361.6457.06
HexCF4ED533F0101293e39
Octal3171163253770204517671
Binary1100111110011101101010111111111010000100101001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4ED5; }

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

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

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

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

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

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

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

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