#C630BE

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

Shades of Fuchsia #C630BE

Tints of Fuchsia #C630BE

Color information

#C630BE (or 0xC630BE) is unknown color: approx Fuchsia. HEX triplet: C6, 30 and BE. RGB value is (198,48,190). Sum of RGB (Red+Green+Blue) = 198+48+190=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C630BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630BE is #39CF41. Grayscale: #6C6C6C. Windows color (decimal): -3788610 or 12464326. OLE color: 12464326.

HSL color Cylindrical-coordinate representation of color #C630BE: hue angle of 303.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C630BE is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19848190-
CMYK00.760.040.22
HSL303.2º60.98%48.24%-
HSV(B)303.2º75.76%77.65%-
XYZ33.6417.8450.39-
YUV109.04173.7191.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 48 (19.14% from 255) = 11.01%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=45.41%
G=11.01%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984819000.760.040.22303.260.9848.24
HexC630BE04C41612f3d30
Octal3066027601144264577560
Binary11000110110000101111100100110010010110100101111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C630BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C630BE; }

 p { color: rgb(198,48,190); }

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

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

 a { background-color: rgb(198,48,190); }

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

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

 span { border-color: rgb(198,48,190); }

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