#CB61AF

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

Shades of Fuchsia #CB61AF

Tints of Fuchsia #CB61AF

Color information

#CB61AF (or 0xCB61AF) is unknown color: approx Fuchsia. HEX triplet: CB, 61 and AF. RGB value is (203,97,175). Sum of RGB (Red+Green+Blue) = 203+97+175=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB61AF is #349E50. Grayscale: #898989. Windows color (decimal): -3448401 or 11493835. OLE color: 11493835.

HSL color Cylindrical-coordinate representation of color #CB61AF: hue angle of 315.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB61AF is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20397175-
CMYK00.520.140.20
HSL315.85º50.48%58.82%-
HSV(B)315.85º52.22%79.61%-
XYZ36.6424.3443.32-
YUV137.59149.12174.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=42.74%
G=20.42%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039717500.520.140.20315.8550.4858.82
HexCB61AF034E1413c323b
Octal31314125706416244746273
Binary110010111100001101011110110100111010100100111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61AF; }

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

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

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

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

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

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

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

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