#CB61BC

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

Shades of Fuchsia #CB61BC

Tints of Fuchsia #CB61BC

Color information

#CB61BC (or 0xCB61BC) is unknown color: approx Fuchsia. HEX triplet: CB, 61 and BC. RGB value is (203,97,188). Sum of RGB (Red+Green+Blue) = 203+97+188=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61BC is #349E43. Grayscale: #8A8A8A. Windows color (decimal): -3448388 or 12345803. OLE color: 12345803.

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

Color convert

RGB20397188-
CMYK00.520.070.20
HSL308.49º50.48%58.82%-
HSV(B)308.49º52.22%79.61%-
XYZ37.9824.8850.38-
YUV139.07155.62173.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 97 (38.28% from 255) = 19.88%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=41.60%
G=19.88%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039718800.520.070.20308.4950.4858.82
HexCB61BC034714134323b
Octal3131412740647244646273
Binary11001011110000110111100011010011110100100110100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61BC; }

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

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

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

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

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

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

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

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