#CB60CF

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

Shades of Fuchsia #CB60CF

Tints of Fuchsia #CB60CF

Color information

#CB60CF (or 0xCB60CF) is unknown color: approx Fuchsia. HEX triplet: CB, 60 and CF. RGB value is (203,96,207). Sum of RGB (Red+Green+Blue) = 203+96+207=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60CF is #349F30. Grayscale: #8C8C8C. Windows color (decimal): -3448625 or 13590731. OLE color: 13590731.

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

Color convert

RGB20396207-
CMYK0.020.5400.19
HSL297.84º53.62%59.41%-
HSV(B)297.84º53.62%81.18%-
XYZ40.0725.5761.85-
YUV140.65165.45172.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203962070.020.5400.19297.8453.6259.41
HexCB60CF23601312a363b
Octal3131403172660234526673
Binary1100101111000001100111110110110010011100101010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60CF; }

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

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

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

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

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

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

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

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