#C63BBD

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

Shades of Fuchsia #C63BBD

Tints of Fuchsia #C63BBD

Color information

#C63BBD (or 0xC63BBD) is unknown color: approx Fuchsia. HEX triplet: C6, 3B and BD. RGB value is (198,59,189). Sum of RGB (Red+Green+Blue) = 198+59+189=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BBD is #39C442. Grayscale: #737373. Windows color (decimal): -3785795 or 12401606. OLE color: 12401606.

HSL color Cylindrical-coordinate representation of color #C63BBD: hue angle of 303.88º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63BBD is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19859189-
CMYK00.700.050.22
HSL303.88º54.94%50.39%-
HSV(B)303.88º70.2%77.65%-
XYZ34.0418.8149.98-
YUV115.38169.55186.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 59 (23.44% from 255) = 13.23%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=44.39%
G=13.23%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985918900.700.050.22303.8854.9450.39
HexC63BBD0465161303732
Octal3067327501065264606762
Binary11000110111011101111010100011010110110100110000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63BBD; }

 p { color: rgb(198,59,189); }

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

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

 a { background-color: rgb(198,59,189); }

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

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

 span { border-color: rgb(198,59,189); }

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