#CF39C5

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

Shades of Fuchsia #CF39C5

Tints of Fuchsia #CF39C5

Color information

#CF39C5 (or 0xCF39C5) is unknown color: approx Fuchsia. HEX triplet: CF, 39 and C5. RGB value is (207,57,197). Sum of RGB (Red+Green+Blue) = 207+57+197=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF39C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39C5 is #30C63A. Grayscale: #757575. Windows color (decimal): -3196475 or 12925391. OLE color: 12925391.

HSL color Cylindrical-coordinate representation of color #CF39C5: hue angle of 304º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF39C5 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB20757197-
CMYK00.720.050.19
HSL304º60.98%51.76%-
HSV(B)304º72.46%81.18%-
XYZ37.2720.2254.76-
YUV117.81172.7191.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 57 (22.66% from 255) = 12.36%
BLUE value IS 197 (77.34% from 255) = 42.73%
R=44.90%
G=12.36%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075719700.720.050.1930460.9851.76
HexCF39C50485131303d34
Octal3177130501105234607564
Binary11001111111001110001010100100010110011100110000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF39C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF39C5; }

 p { color: rgb(207,57,197); }

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

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

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

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

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

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

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