#cf4ad5

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

Shades of Fuchsia #CF4AD5

Tints of Fuchsia #CF4AD5

Color information

#CF4AD5 (or 0xCF4AD5) is unknown color: approx Fuchsia. HEX triplet: CF, 4A and D5. RGB value is (207,74,213). Sum of RGB (Red+Green+Blue) = 207+74+213=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF4AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4AD5 is #30B52A. Grayscale: #818181. Windows color (decimal): -3192107 or 13978319. OLE color: 13978319.

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

Color convert

RGB20774213-
CMYK0.030.6500.16
HSL297.41º62.33%56.27%-
HSV(B)297.41º65.26%83.53%-
XYZ40.1922.9765.27-
YUV129.61175.06183.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 74 (29.30% from 255) = 14.98%
BLUE value IS 213 (83.59% from 255) = 43.12%
R=41.90%
G=14.98%
B=43.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207742130.030.6500.16297.4162.3356.27
HexCF4AD53410101293e38
Octal31711232531010204517670
Binary11001111100101011010101111000001010000100101001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf4ad5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf4ad5; }

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

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

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

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

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

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

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

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