#cb4dba

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

Shades of Fuchsia #CB4DBA

Tints of Fuchsia #CB4DBA

Color information

#CB4DBA (or 0xCB4DBA) is unknown color: approx Fuchsia. HEX triplet: CB, 4D and BA. RGB value is (203,77,186). Sum of RGB (Red+Green+Blue) = 203+77+186=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DBA is #34B245. Grayscale: #7E7E7E. Windows color (decimal): -3453510 or 12209611. OLE color: 12209611.

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

Color convert

RGB20377186-
CMYK00.620.080.20
HSL308.1º54.78%54.9%-
HSV(B)308.1º62.07%79.61%-
XYZ36.1521.5548.71-
YUV127.1161.24182.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 77 (30.47% from 255) = 16.52%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=43.56%
G=16.52%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037718600.620.080.20308.154.7854.9
HexCB4DBA03E8141343737
Octal31311527207610244646767
Binary110010111001101101110100111110100010100100110100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb4dba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb4dba; }

 p { color: rgb(203,77,186); }

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

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

 a { background-color: rgb(203,77,186); }

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

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

 span { border-color: rgb(203,77,186); }

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