#cb5ccb

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

Shades of Fuchsia #CB5CCB

Tints of Fuchsia #CB5CCB

Color information

#CB5CCB (or 0xCB5CCB) is unknown color: approx Fuchsia. HEX triplet: CB, 5C and CB. RGB value is (203,92,203). Sum of RGB (Red+Green+Blue) = 203+92+203=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB5CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CCB is #34A334. Grayscale: #898989. Windows color (decimal): -3449653 or 13327563. OLE color: 13327563.

HSL color Cylindrical-coordinate representation of color #CB5CCB: hue angle of 300º 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 #CB5CCB is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20392203-
CMYK00.5500.20
HSL300º51.63%57.84%-
HSV(B)300º54.68%79.61%-
XYZ39.2424.6659.19-
YUV137.84164.77174.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 92 (36.33% from 255) = 18.47%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=40.76%
G=18.47%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039220300.5500.2030051.6357.84
HexCB5CCB03701412c343a
Octal3131343130670244546472
Binary110010111011100110010110110111010100100101100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5ccb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5ccb; }

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

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

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

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

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

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

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

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