#C630B5

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

Shades of Fuchsia #C630B5

Tints of Fuchsia #C630B5

Color information

#C630B5 (or 0xC630B5) is unknown color: approx Fuchsia. HEX triplet: C6, 30 and B5. RGB value is (198,48,181). Sum of RGB (Red+Green+Blue) = 198+48+181=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C630B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630B5 is #39CF4A. Grayscale: #6B6B6B. Windows color (decimal): -3788619 or 11874502. OLE color: 11874502.

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

Color convert

RGB19848181-
CMYK00.760.090.22
HSL306.8º60.98%48.24%-
HSV(B)306.8º75.76%77.65%-
XYZ32.6917.4645.36-
YUV108.01169.2192.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 48 (19.14% from 255) = 11.24%
BLUE value IS 181 (71.09% from 255) = 42.39%
R=46.37%
G=11.24%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984818100.760.090.22306.860.9848.24
HexC630B504C9161333d30
Octal30660265011411264637560
Binary110001101100001011010101001100100110110100110011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C630B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C630B5; }

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

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

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

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

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

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

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

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