#cb4bc0

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

Shades of Fuchsia #CB4BC0

Tints of Fuchsia #CB4BC0

Color information

#CB4BC0 (or 0xCB4BC0) is unknown color: approx Fuchsia. HEX triplet: CB, 4B and C0. RGB value is (203,75,192). Sum of RGB (Red+Green+Blue) = 203+75+192=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BC0 is #34B43F. Grayscale: #7E7E7E. Windows color (decimal): -3454016 or 12602315. OLE color: 12602315.

HSL color Cylindrical-coordinate representation of color #CB4BC0: hue angle of 305.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4BC0 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB20375192-
CMYK00.630.050.20
HSL305.16º55.17%54.51%-
HSV(B)305.16º63.05%79.61%-
XYZ36.6621.5352.09-
YUV126.61164.91182.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 75 (29.69% from 255) = 15.96%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=43.19%
G=15.96%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037519200.630.050.20305.1655.1754.51
HexCB4BC003F5141313737
Octal3131133000775244616767
Binary11001011100101111000000011111110110100100110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb4bc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb4bc0; }

 p { color: rgb(203,75,192); }

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

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

 a { background-color: rgb(203,75,192); }

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

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

 span { border-color: rgb(203,75,192); }

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