#CB61B1

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

Shades of Fuchsia #CB61B1

Tints of Fuchsia #CB61B1

Color information

#CB61B1 (or 0xCB61B1) is unknown color: approx Fuchsia. HEX triplet: CB, 61 and B1. RGB value is (203,97,177). Sum of RGB (Red+Green+Blue) = 203+97+177=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB61B1 is #349E4E. Grayscale: #898989. Windows color (decimal): -3448399 or 11624907. OLE color: 11624907.

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

Color convert

RGB20397177-
CMYK00.520.130.20
HSL314.72º50.48%58.82%-
HSV(B)314.72º52.22%79.61%-
XYZ36.8424.4244.37-
YUV137.81150.12174.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=42.56%
G=20.34%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039717700.520.130.20314.7250.4858.82
HexCB61B1034D1413b323b
Octal31314126106415244736273
Binary110010111100001101100010110100110110100100111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61B1; }

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

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

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

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

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

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

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

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