#CF35CE

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

Shades of Fuchsia #CF35CE

Tints of Fuchsia #CF35CE

Color information

#CF35CE (or 0xCF35CE) is unknown color: approx Fuchsia. HEX triplet: CF, 35 and CE. RGB value is (207,53,206). Sum of RGB (Red+Green+Blue) = 207+53+206=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35CE is #30CA31. Grayscale: #747474. Windows color (decimal): -3197490 or 13514191. OLE color: 13514191.

HSL color Cylindrical-coordinate representation of color #CF35CE: hue angle of 300.39º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF35CE is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB20753206-
CMYK00.740.000.19
HSL300.39º61.6%50.98%-
HSV(B)300.39º74.4%81.18%-
XYZ38.1520.2760.29-
YUV116.49178.52192.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 53 (21.09% from 255) = 11.37%
BLUE value IS 206 (80.86% from 255) = 44.21%
R=44.42%
G=11.37%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075320600.740.000.19300.3961.650.98
HexCF35CE04A01312c3e33
Octal3176531601120234547663
Binary110011111101011100111001001010010011100101100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF35CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF35CE; }

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

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

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

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

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

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

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

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