#C630BF

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

Shades of Fuchsia #C630BF

Tints of Fuchsia #C630BF

Color information

#C630BF (or 0xC630BF) is unknown color: approx Fuchsia. HEX triplet: C6, 30 and BF. RGB value is (198,48,191). Sum of RGB (Red+Green+Blue) = 198+48+191=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C630BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630BF is #39CF40. Grayscale: #6C6C6C. Windows color (decimal): -3788609 or 12529862. OLE color: 12529862.

HSL color Cylindrical-coordinate representation of color #C630BF: hue angle of 302.8º 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 #C630BF is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19848191-
CMYK00.760.040.22
HSL302.8º60.98%48.24%-
HSV(B)302.8º75.76%77.65%-
XYZ33.7517.8850.96-
YUV109.15174.2191.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 48 (19.14% from 255) = 10.98%
BLUE value IS 191 (75% from 255) = 43.71%
R=45.31%
G=10.98%
B=43.71%

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
Decimal1984819100.760.040.22302.860.9848.24
HexC630BF04C41612f3d30
Octal3066027701144264577560
Binary11000110110000101111110100110010010110100101111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C630BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C630BF; }

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

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

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

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

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

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

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

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