#CB43D0

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

Shades of Fuchsia #CB43D0

Tints of Fuchsia #CB43D0

Color information

#CB43D0 (or 0xCB43D0) is unknown color: approx Fuchsia. HEX triplet: CB, 43 and D0. RGB value is (203,67,208). Sum of RGB (Red+Green+Blue) = 203+67+208=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB43D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43D0 is #34BC2F. Grayscale: #7B7B7B. Windows color (decimal): -3456048 or 13648843. OLE color: 13648843.

HSL color Cylindrical-coordinate representation of color #CB43D0: hue angle of 297.87º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB43D0 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20367208-
CMYK0.020.6800.18
HSL297.87º60%53.92%-
HSV(B)297.87º67.79%81.57%-
XYZ38.0221.2661.78-
YUV123.74175.56184.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 67 (26.56% from 255) = 14.02%
BLUE value IS 208 (81.64% from 255) = 43.51%
R=42.47%
G=14.02%
B=43.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203672080.020.6800.18297.876053.92
HexCB43D024401212a3c36
Octal31310332021040224527466
Binary11001011100001111010000101000100010010100101010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB43D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB43D0; }

 p { color: rgb(203,67,208); }

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

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

 a { background-color: rgb(203,67,208); }

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

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

 span { border-color: rgb(203,67,208); }

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