#CF3EC6

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

Shades of Fuchsia #CF3EC6

Tints of Fuchsia #CF3EC6

Color information

#CF3EC6 (or 0xCF3EC6) is unknown color: approx Fuchsia. HEX triplet: CF, 3E and C6. RGB value is (207,62,198). Sum of RGB (Red+Green+Blue) = 207+62+198=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3EC6 is #30C139. Grayscale: #787878. Windows color (decimal): -3195194 or 12992207. OLE color: 12992207.

HSL color Cylindrical-coordinate representation of color #CF3EC6: hue angle of 303.72º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3EC6 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB20762198-
CMYK00.700.040.19
HSL303.72º60.17%52.75%-
HSV(B)303.72º70.05%81.18%-
XYZ37.6520.7955.45-
YUV120.86171.54189.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.33%
GREEN value IS 62 (24.61% from 255) = 13.28%
BLUE value IS 198 (77.73% from 255) = 42.40%
R=44.33%
G=13.28%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076219800.700.040.19303.7260.1752.75
HexCF3EC60464131303c35
Octal3177630601064234607465
Binary11001111111110110001100100011010010011100110000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3EC6; }

 p { color: rgb(207,62,198); }

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

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

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

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

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

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

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