#C270C5

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

Shades of Fuchsia #C270C5

Tints of Fuchsia #C270C5

Color information

#C270C5 (or 0xC270C5) is unknown color: approx Fuchsia. HEX triplet: C2, 70 and C5. RGB value is (194,112,197). Sum of RGB (Red+Green+Blue) = 194+112+197=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #C270C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270C5 is #3D8F3A. Grayscale: #919191. Windows color (decimal): -4034363 or 12939458. OLE color: 12939458.

HSL color Cylindrical-coordinate representation of color #C270C5: hue angle of 297.88º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C270C5 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB194112197-
CMYK0.020.4300.23
HSL297.88º42.29%60.59%-
HSV(B)297.88º43.15%77.25%-
XYZ38.1227.0956.04-
YUV146.21156.67162.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 112 (44.14% from 255) = 22.27%
BLUE value IS 197 (77.34% from 255) = 39.17%
R=38.57%
G=22.27%
B=39.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941121970.020.4300.23297.8842.2960.59
HexC270C522B01712a2a3d
Octal3021603052530274525275
Binary1100001011100001100010110101011010111100101010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C270C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C270C5; }

 p { color: rgb(194,112,197); }

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

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

 a { background-color: rgb(194,112,197); }

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

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

 span { border-color: rgb(194,112,197); }

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