#CB6BC1

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

Shades of Fuchsia #CB6BC1

Tints of Fuchsia #CB6BC1

Color information

#CB6BC1 (or 0xCB6BC1) is unknown color: approx Fuchsia. HEX triplet: CB, 6B and C1. RGB value is (203,107,193). Sum of RGB (Red+Green+Blue) = 203+107+193=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BC1 is #34943E. Grayscale: #919191. Windows color (decimal): -3445823 or 12676043. OLE color: 12676043.

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

Color convert

RGB203107193-
CMYK00.470.050.20
HSL306.25º48%60.78%-
HSV(B)306.25º47.29%79.61%-
XYZ39.5127.0653.59-
YUV145.51154.8169.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 193 (75.78% from 255) = 38.37%
R=40.36%
G=21.27%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310719300.470.050.20306.254860.78
HexCB6BC102F514132303d
Octal3131533010575244626075
Binary11001011110101111000001010111110110100100110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6BC1; }

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

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

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

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

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

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

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

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