#CF35CF

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

Shades of Fuchsia #CF35CF

Tints of Fuchsia #CF35CF

Color information

#CF35CF (or 0xCF35CF) is unknown color: approx Fuchsia. HEX triplet: CF, 35 and CF. RGB value is (207,53,207). Sum of RGB (Red+Green+Blue) = 207+53+207=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF35CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35CF is #30CA30. Grayscale: #747474. Windows color (decimal): -3197489 or 13579727. OLE color: 13579727.

HSL color Cylindrical-coordinate representation of color #CF35CF: hue angle of 300º 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 #CF35CF is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20753207-
CMYK00.7400.19
HSL300º61.6%50.98%-
HSV(B)300º74.4%81.18%-
XYZ38.2720.3260.94-
YUV116.6179.02192.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.33%
GREEN value IS 53 (21.09% from 255) = 11.35%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=44.33%
G=11.35%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075320700.7400.1930061.650.98
HexCF35CF04A01312c3e33
Octal3176531701120234547663
Binary110011111101011100111101001010010011100101100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF35CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF35CF; }

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

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

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

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

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

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

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

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