#CF4DD4

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

Shades of Fuchsia #CF4DD4

Tints of Fuchsia #CF4DD4

Color information

#CF4DD4 (or 0xCF4DD4) is unknown color: approx Fuchsia. HEX triplet: CF, 4D and D4. RGB value is (207,77,212). Sum of RGB (Red+Green+Blue) = 207+77+212=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF4DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DD4 is #30B22B. Grayscale: #828282. Windows color (decimal): -3191340 or 13913551. OLE color: 13913551.

HSL color Cylindrical-coordinate representation of color #CF4DD4: hue angle of 297.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4DD4 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20777212-
CMYK0.020.6400.17
HSL297.78º61.09%56.67%-
HSV(B)297.78º63.68%83.14%-
XYZ40.2723.3364.67-
YUV131.26173.57182.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 77 (30.47% from 255) = 15.52%
BLUE value IS 212 (83.20% from 255) = 42.74%
R=41.73%
G=15.52%
B=42.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal207772120.020.6400.17297.7861.0956.67
HexCF4DD424001112a3d39
Octal31711532421000214527571
Binary11001111100110111010100101000000010001100101010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4DD4; }

 p { color: rgb(207,77,212); }

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

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

 a { background-color: rgb(207,77,212); }

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

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

 span { border-color: rgb(207,77,212); }

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