#CD55CB

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

Shades of Fuchsia #CD55CB

Tints of Fuchsia #CD55CB

Color information

#CD55CB (or 0xCD55CB) is unknown color: approx Fuchsia. HEX triplet: CD, 55 and CB. RGB value is (205,85,203). Sum of RGB (Red+Green+Blue) = 205+85+203=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55CB is #32AA34. Grayscale: #858585. Windows color (decimal): -3320373 or 13325773. OLE color: 13325773.

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

Color convert

RGB20585203-
CMYK00.590.010.20
HSL301º54.55%56.86%-
HSV(B)301º58.54%80.39%-
XYZ39.223.7959.03-
YUV134.33166.76178.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 85 (33.59% from 255) = 17.24%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=41.58%
G=17.24%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058520300.590.010.2030154.5556.86
HexCD55CB03B11412d3739
Octal3151253130731244556771
Binary110011011010101110010110111011110100100101101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD55CB; }

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

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

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

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

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

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

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

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