#CB61AC

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

Shades of Fuchsia #CB61AC

Tints of Fuchsia #CB61AC

Color information

#CB61AC (or 0xCB61AC) is unknown color: approx Fuchsia. HEX triplet: CB, 61 and AC. RGB value is (203,97,172). Sum of RGB (Red+Green+Blue) = 203+97+172=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB61AC is #349E53. Grayscale: #898989. Windows color (decimal): -3448404 or 11297227. OLE color: 11297227.

HSL color Cylindrical-coordinate representation of color #CB61AC: hue angle of 317.55º 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 #CB61AC is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB20397172-
CMYK00.520.150.20
HSL317.55º50.48%58.82%-
HSV(B)317.55º52.22%79.61%-
XYZ36.3524.2241.79-
YUV137.24147.62174.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=43.01%
G=20.55%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039717200.520.150.20317.5550.4858.82
HexCB61AC034F1413e323b
Octal31314125406417244766273
Binary110010111100001101011000110100111110100100111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61AC; }

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

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

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

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

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

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

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

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