#CB5ECC

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

Shades of Fuchsia #CB5ECC

Tints of Fuchsia #CB5ECC

Color information

#CB5ECC (or 0xCB5ECC) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and CC. RGB value is (203,94,204). Sum of RGB (Red+Green+Blue) = 203+94+204=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ECC is #34A133. Grayscale: #8A8A8A. Windows color (decimal): -3449140 or 13393611. OLE color: 13393611.

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

Color convert

RGB20394204-
CMYK0.000.5400.2
HSL299.45º51.89%58.43%-
HSV(B)299.45º53.92%80%-
XYZ39.5325.0659.88-
YUV139.13164.61173.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 94 (37.11% from 255) = 18.76%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=40.52%
G=18.76%
B=40.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203942040.000.5400.2299.4551.8958.43
HexCB5ECC03601412b343a
Octal3131363140660244536472
Binary110010111011110110011000110110010100100101011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5ECC; }

 p { color: rgb(203,94,204); }

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

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

 a { background-color: rgb(203,94,204); }

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

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

 span { border-color: rgb(203,94,204); }

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