#CB49CD

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

Shades of Fuchsia #CB49CD

Tints of Fuchsia #CB49CD

Color information

#CB49CD (or 0xCB49CD) is unknown color: approx Fuchsia. HEX triplet: CB, 49 and CD. RGB value is (203,73,205). Sum of RGB (Red+Green+Blue) = 203+73+205=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB49CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49CD is #34B632. Grayscale: #7E7E7E. Windows color (decimal): -3454515 or 13453771. OLE color: 13453771.

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

Color convert

RGB20373205-
CMYK0.010.6400.20
HSL299.09º56.9%54.51%-
HSV(B)299.09º64.39%80.39%-
XYZ38.0321.8759.97-
YUV126.92172.07182.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 73 (28.91% from 255) = 15.18%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=42.20%
G=15.18%
B=42.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203732050.010.6400.20299.0956.954.51
HexCB49CD14001412b3937
Octal31311131511000244537167
Binary1100101110010011100110111000000010100100101011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49CD; }

 p { color: rgb(203,73,205); }

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

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

 a { background-color: rgb(203,73,205); }

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

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

 span { border-color: rgb(203,73,205); }

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