#C630CA

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

Shades of Fuchsia #C630CA

Tints of Fuchsia #C630CA

Color information

#C630CA (or 0xC630CA) is unknown color: approx Fuchsia. HEX triplet: C6, 30 and CA. RGB value is (198,48,202). Sum of RGB (Red+Green+Blue) = 198+48+202=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #C630CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630CA is #39CF35. Grayscale: #6D6D6D. Windows color (decimal): -3788598 or 13250758. OLE color: 13250758.

HSL color Cylindrical-coordinate representation of color #C630CA: hue angle of 298.44º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C630CA is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19848202-
CMYK0.020.7600.21
HSL298.44º61.6%49.02%-
HSV(B)298.44º76.24%79.22%-
XYZ35.0118.3857.58-
YUV110.41179.7190.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 48 (19.14% from 255) = 10.71%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=44.20%
G=10.71%
B=45.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198482020.020.7600.21298.4461.649.02
HexC630CA24C01512a3e31
Octal3066031221140254527661
Binary1100011011000011001010101001100010101100101010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C630CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C630CA; }

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

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

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

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

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

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

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

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