#CB30B2

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

Shades of Fuchsia #CB30B2

Tints of Fuchsia #CB30B2

Color information

#CB30B2 (or 0xCB30B2) is unknown color: approx Fuchsia. HEX triplet: CB, 30 and B2. RGB value is (203,48,178). Sum of RGB (Red+Green+Blue) = 203+48+178=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB30B2 is #34CF4D. Grayscale: #6C6C6C. Windows color (decimal): -3460942 or 11677899. OLE color: 11677899.

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

Color convert

RGB20348178-
CMYK00.760.120.20
HSL309.68º61.75%49.22%-
HSV(B)309.68º76.35%79.61%-
XYZ33.7218.0243.82-
YUV109.16166.85194.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 48 (19.14% from 255) = 11.19%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=47.32%
G=11.19%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034817800.760.120.20309.6861.7549.22
HexCB30B204CC141363e31
Octal31360262011414244667661
Binary110010111100001011001001001100110010100100110110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB30B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB30B2; }

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

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

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

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

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

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

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

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