#CB5CAA

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

Shades of Fuchsia #CB5CAA

Tints of Fuchsia #CB5CAA

Color information

#CB5CAA (or 0xCB5CAA) is unknown color: approx Fuchsia. HEX triplet: CB, 5C and AA. RGB value is (203,92,170). Sum of RGB (Red+Green+Blue) = 203+92+170=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5CAA is #34A355. Grayscale: #858585. Windows color (decimal): -3449686 or 11164875. OLE color: 11164875.

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

Color convert

RGB20392170-
CMYK00.550.160.20
HSL317.84º51.63%57.84%-
HSV(B)317.84º54.68%79.61%-
XYZ35.7123.2540.64-
YUV134.08148.27177.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 92 (36.33% from 255) = 19.78%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=43.66%
G=19.78%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039217000.550.160.20317.8451.6357.84
HexCB5CAA037101413e343a
Octal31313425206720244766472
Binary1100101110111001010101001101111000010100100111110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5CAA; }

 p { color: rgb(203,92,170); }

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

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

 a { background-color: rgb(203,92,170); }

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

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

 span { border-color: rgb(203,92,170); }

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