#CF5CCE

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

Shades of Fuchsia #CF5CCE

Tints of Fuchsia #CF5CCE

Color information

#CF5CCE (or 0xCF5CCE) is unknown color: approx Fuchsia. HEX triplet: CF, 5C and CE. RGB value is (207,92,206). Sum of RGB (Red+Green+Blue) = 207+92+206=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CCE is #30A331. Grayscale: #8B8B8B. Windows color (decimal): -3187506 or 13524175. OLE color: 13524175.

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

Color convert

RGB20792206-
CMYK00.560.000.19
HSL300.52º54.5%58.63%-
HSV(B)300.52º55.56%81.18%-
XYZ40.725.3861.15-
YUV139.38165.6176.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 92 (36.33% from 255) = 18.22%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=40.99%
G=18.22%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079220600.560.000.19300.5254.558.63
HexCF5CCE03801312d373b
Octal3171343160700234556773
Binary110011111011100110011100111000010011100101101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5CCE; }

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

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

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

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

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

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

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

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