#CB6ABF

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

Shades of Fuchsia #CB6ABF

Tints of Fuchsia #CB6ABF

Color information

#CB6ABF (or 0xCB6ABF) is unknown color: approx Fuchsia. HEX triplet: CB, 6A and BF. RGB value is (203,106,191). Sum of RGB (Red+Green+Blue) = 203+106+191=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ABF is #349540. Grayscale: #909090. Windows color (decimal): -3446081 or 12544715. OLE color: 12544715.

HSL color Cylindrical-coordinate representation of color #CB6ABF: hue angle of 307.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6ABF is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203106191-
CMYK00.480.060.20
HSL307.42º48.26%60.59%-
HSV(B)307.42º47.78%79.61%-
XYZ39.1926.7752.39-
YUV144.69154.14169.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 106 (41.80% from 255) = 21.2%
BLUE value IS 191 (75% from 255) = 38.2%
R=40.6%
G=21.2%
B=38.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310619100.480.060.20307.4248.2660.59
HexCB6ABF030614133303d
Octal3131522770606244636075
Binary11001011110101010111111011000011010100100110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6ABF; }

 p { color: rgb(203,106,191); }

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

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

 a { background-color: rgb(203,106,191); }

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

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

 span { border-color: rgb(203,106,191); }

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