#CB30B6

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

Shades of Fuchsia #CB30B6

Tints of Fuchsia #CB30B6

Color information

#CB30B6 (or 0xCB30B6) is unknown color: approx Fuchsia. HEX triplet: CB, 30 and B6. RGB value is (203,48,182). Sum of RGB (Red+Green+Blue) = 203+48+182=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30B6 is #34CF49. Grayscale: #6D6D6D. Windows color (decimal): -3460938 or 11940043. OLE color: 11940043.

HSL color Cylindrical-coordinate representation of color #CB30B6: hue angle of 308.13º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB30B6 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20348182-
CMYK00.760.100.20
HSL308.13º61.75%49.22%-
HSV(B)308.13º76.35%79.61%-
XYZ34.1318.1945.97-
YUV109.62168.85194.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 48 (19.14% from 255) = 11.09%
BLUE value IS 182 (71.48% from 255) = 42.03%
R=46.88%
G=11.09%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034818200.760.100.20308.1361.7549.22
HexCB30B604CA141343e31
Octal31360266011412244647661
Binary110010111100001011011001001100101010100100110100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB30B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB30B6; }

 p { color: rgb(203,48,182); }

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

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

 a { background-color: rgb(203,48,182); }

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

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

 span { border-color: rgb(203,48,182); }

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