#CB63CC

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

Shades of Fuchsia #CB63CC

Tints of Fuchsia #CB63CC

Color information

#CB63CC (or 0xCB63CC) is unknown color: approx Fuchsia. HEX triplet: CB, 63 and CC. RGB value is (203,99,204). Sum of RGB (Red+Green+Blue) = 203+99+204=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63CC is #349C33. Grayscale: #8D8D8D. Windows color (decimal): -3447860 or 13394891. OLE color: 13394891.

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

Color convert

RGB20399204-
CMYK0.000.5100.2
HSL299.43º50.72%59.41%-
HSV(B)299.43º51.47%80%-
XYZ39.9925.9860.03-
YUV142.07162.96171.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 99 (39.06% from 255) = 19.57%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=40.12%
G=19.57%
B=40.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203992040.000.5100.2299.4350.7259.41
HexCB63CC03301412b333b
Octal3131433140630244536373
Binary110010111100011110011000110011010100100101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB63CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB63CC; }

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

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

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

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

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

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

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

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