#CF35D1

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

Shades of Fuchsia #CF35D1

Tints of Fuchsia #CF35D1

Color information

#CF35D1 (or 0xCF35D1) is unknown color: approx Fuchsia. HEX triplet: CF, 35 and D1. RGB value is (207,53,209). Sum of RGB (Red+Green+Blue) = 207+53+209=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF35D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35D1 is #30CA2E. Grayscale: #747474. Windows color (decimal): -3197487 or 13710799. OLE color: 13710799.

HSL color Cylindrical-coordinate representation of color #CF35D1: hue angle of 299.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF35D1 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20753209-
CMYK0.010.7500.18
HSL299.23º62.9%51.37%-
HSV(B)299.23º74.64%81.96%-
XYZ38.5120.4262.23-
YUV116.83180.02192.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 53 (21.09% from 255) = 11.30%
BLUE value IS 209 (82.03% from 255) = 44.56%
R=44.14%
G=11.30%
B=44.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207532090.010.7500.18299.2362.951.37
HexCF35D114B01212b3f33
Octal3176532111130224537763
Binary110011111101011101000111001011010010100101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF35D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF35D1; }

 p { color: rgb(207,53,209); }

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

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

 a { background-color: rgb(207,53,209); }

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

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

 span { border-color: rgb(207,53,209); }

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