#CB61CF

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

Shades of Fuchsia #CB61CF

Tints of Fuchsia #CB61CF

Color information

#CB61CF (or 0xCB61CF) is unknown color: approx Fuchsia. HEX triplet: CB, 61 and CF. RGB value is (203,97,207). Sum of RGB (Red+Green+Blue) = 203+97+207=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61CF is #349E30. Grayscale: #8C8C8C. Windows color (decimal): -3448369 or 13590987. OLE color: 13590987.

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

Color convert

RGB20397207-
CMYK0.020.5300.19
HSL297.82º53.4%59.61%-
HSV(B)297.82º53.14%81.18%-
XYZ40.1725.7561.88-
YUV141.23165.12172.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 97 (38.28% from 255) = 19.13%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=40.04%
G=19.13%
B=40.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203972070.020.5300.19297.8253.459.61
HexCB61CF23501312a353c
Octal3131413172650234526574
Binary1100101111000011100111110110101010011100101010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61CF; }

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

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

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

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

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

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

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

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