#CB4BCA

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

Shades of Fuchsia #CB4BCA

Tints of Fuchsia #CB4BCA

Color information

#CB4BCA (or 0xCB4BCA) is unknown color: approx Fuchsia. HEX triplet: CB, 4B and CA. RGB value is (203,75,202). Sum of RGB (Red+Green+Blue) = 203+75+202=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BCA is #34B435. Grayscale: #7F7F7F. Windows color (decimal): -3454006 or 13257675. OLE color: 13257675.

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

Color convert

RGB20375202-
CMYK00.630.000.20
HSL300.47º55.17%54.51%-
HSV(B)300.47º63.05%79.61%-
XYZ37.8121.9958.13-
YUV127.75169.91181.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 75 (29.69% from 255) = 15.62%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=42.29%
G=15.62%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037520200.630.000.20300.4755.1754.51
HexCB4BCA03F01412c3737
Octal3131133120770244546767
Binary110010111001011110010100111111010100100101100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4BCA; }

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

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

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

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

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

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

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

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