#CB6BB8

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

Shades of Fuchsia #CB6BB8

Tints of Fuchsia #CB6BB8

Color information

#CB6BB8 (or 0xCB6BB8) is unknown color: approx Fuchsia. HEX triplet: CB, 6B and B8. RGB value is (203,107,184). Sum of RGB (Red+Green+Blue) = 203+107+184=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BB8 is #349447. Grayscale: #909090. Windows color (decimal): -3445832 or 12086219. OLE color: 12086219.

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

Color convert

RGB203107184-
CMYK00.470.090.20
HSL311.88º48%60.78%-
HSV(B)311.88º47.29%79.61%-
XYZ38.5426.6748.46-
YUV144.48150.3169.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 184 (72.27% from 255) = 37.25%
R=41.09%
G=21.66%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310718400.470.090.20311.884860.78
HexCB6BB802F914138303d
Octal31315327005711244706075
Binary110010111101011101110000101111100110100100111000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6BB8; }

 p { color: rgb(203,107,184); }

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

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

 a { background-color: rgb(203,107,184); }

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

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

 span { border-color: rgb(203,107,184); }

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