#CB61B6

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

Shades of Fuchsia #CB61B6

Tints of Fuchsia #CB61B6

Color information

#CB61B6 (or 0xCB61B6) is unknown color: approx Fuchsia. HEX triplet: CB, 61 and B6. RGB value is (203,97,182). Sum of RGB (Red+Green+Blue) = 203+97+182=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61B6 is #349E49. Grayscale: #8A8A8A. Windows color (decimal): -3448394 or 11952587. OLE color: 11952587.

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

Color convert

RGB20397182-
CMYK00.520.100.20
HSL311.89º50.48%58.82%-
HSV(B)311.89º52.22%79.61%-
XYZ37.3524.6247.04-
YUV138.38152.62174.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=42.12%
G=20.12%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039718200.520.100.20311.8950.4858.82
HexCB61B6034A14138323b
Octal31314126606412244706273
Binary110010111100001101101100110100101010100100111000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61B6; }

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

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

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

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

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

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

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

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