#CB69B0

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

Shades of Fuchsia #CB69B0

Tints of Fuchsia #CB69B0

Color information

#CB69B0 (or 0xCB69B0) is unknown color: approx Fuchsia. HEX triplet: CB, 69 and B0. RGB value is (203,105,176). Sum of RGB (Red+Green+Blue) = 203+105+176=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB69B0 is #34964F. Grayscale: #8E8E8E. Windows color (decimal): -3446352 or 11561419. OLE color: 11561419.

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

Color convert

RGB203105176-
CMYK00.480.130.20
HSL316.53º48.51%60.39%-
HSV(B)316.53º48.28%79.61%-
XYZ37.5225.9344.1-
YUV142.4146.97171.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=41.94%
G=21.69%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310517600.480.130.20316.5348.5160.39
HexCB69B0030D1413d313c
Octal31315126006015244756174
Binary110010111101001101100000110000110110100100111101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB69B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB69B0; }

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

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

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

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

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

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

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

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