#CF60CB

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

Shades of Fuchsia #CF60CB

Tints of Fuchsia #CF60CB

Color information

#CF60CB (or 0xCF60CB) is unknown color: approx Fuchsia. HEX triplet: CF, 60 and CB. RGB value is (207,96,203). Sum of RGB (Red+Green+Blue) = 207+96+203=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60CB is #309F34. Grayscale: #8D8D8D. Windows color (decimal): -3186485 or 13328591. OLE color: 13328591.

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

Color convert

RGB20796203-
CMYK00.540.020.19
HSL302.16º53.62%59.41%-
HSV(B)302.16º53.62%81.18%-
XYZ40.6925.9459.36-
YUV141.39162.77174.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 96 (37.89% from 255) = 18.97%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=40.91%
G=18.97%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079620300.540.020.19302.1653.6259.41
HexCF60CB03621312e363b
Octal3171403130662234566673
Binary1100111111000001100101101101101010011100101110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF60CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF60CB; }

 p { color: rgb(207,96,203); }

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

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

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

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

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

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

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