#CB6CBF

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

Shades of Fuchsia #CB6CBF

Tints of Fuchsia #CB6CBF

Color information

#CB6CBF (or 0xCB6CBF) is unknown color: approx Fuchsia. HEX triplet: CB, 6C and BF. RGB value is (203,108,191). Sum of RGB (Red+Green+Blue) = 203+108+191=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CBF is #349340. Grayscale: #919191. Windows color (decimal): -3445569 or 12545227. OLE color: 12545227.

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

Color convert

RGB203108191-
CMYK00.470.060.20
HSL307.58º47.74%60.98%-
HSV(B)307.58º46.8%79.61%-
XYZ39.427.1852.46-
YUV145.87153.47168.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 108 (42.58% from 255) = 21.51%
BLUE value IS 191 (75% from 255) = 38.05%
R=40.44%
G=21.51%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310819100.470.060.20307.5847.7460.98
HexCB6CBF02F614134303d
Octal3131542770576244646075
Binary11001011110110010111111010111111010100100110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6CBF; }

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

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

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

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

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

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

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

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