#CB30D1

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

Shades of Fuchsia #CB30D1

Tints of Fuchsia #CB30D1

Color information

#CB30D1 (or 0xCB30D1) is unknown color: approx Fuchsia. HEX triplet: CB, 30 and D1. RGB value is (203,48,209). Sum of RGB (Red+Green+Blue) = 203+48+209=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB30D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30D1 is #34CF2E. Grayscale: #707070. Windows color (decimal): -3460911 or 13709515. OLE color: 13709515.

HSL color Cylindrical-coordinate representation of color #CB30D1: hue angle of 297.76º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB30D1 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20348209-
CMYK0.030.7700.18
HSL297.76º63.64%50.39%-
HSV(B)297.76º77.03%81.96%-
XYZ37.1919.4162.11-
YUV112.7182.35192.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 48 (19.14% from 255) = 10.43%
BLUE value IS 209 (82.03% from 255) = 45.43%
R=44.13%
G=10.43%
B=45.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203482090.030.7700.18297.7663.6450.39
HexCB30D134D01212a4032
Octal31360321311502245210062
Binary11001011110000110100011110011010100101001010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB30D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB30D1; }

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

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

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

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

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

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

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

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