#CB69BB

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

Shades of Fuchsia #CB69BB

Tints of Fuchsia #CB69BB

Color information

#CB69BB (or 0xCB69BB) is unknown color: approx Fuchsia. HEX triplet: CB, 69 and BB. RGB value is (203,105,187). Sum of RGB (Red+Green+Blue) = 203+105+187=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69BB is #349644. Grayscale: #8F8F8F. Windows color (decimal): -3446341 or 12282315. OLE color: 12282315.

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

Color convert

RGB203105187-
CMYK00.480.080.20
HSL309.8º48.51%60.39%-
HSV(B)309.8º48.28%79.61%-
XYZ38.6526.3950.07-
YUV143.65152.47170.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=41.01%
G=21.21%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310518700.480.080.20309.848.5160.39
HexCB69BB030814136313c
Octal31315127306010244666174
Binary110010111101001101110110110000100010100100110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB69BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB69BB; }

 p { color: rgb(203,105,187); }

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

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

 a { background-color: rgb(203,105,187); }

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

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

 span { border-color: rgb(203,105,187); }

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