#C270BB

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

Shades of Fuchsia #C270BB

Tints of Fuchsia #C270BB

Color information

#C270BB (or 0xC270BB) is unknown color: approx Fuchsia. HEX triplet: C2, 70 and BB. RGB value is (194,112,187). Sum of RGB (Red+Green+Blue) = 194+112+187=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C270BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270BB is #3D8F44. Grayscale: #909090. Windows color (decimal): -4034373 or 12284098. OLE color: 12284098.

HSL color Cylindrical-coordinate representation of color #C270BB: hue angle of 305.12º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C270BB is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194112187-
CMYK00.420.040.24
HSL305.12º40.2%60%-
HSV(B)305.12º42.27%76.08%-
XYZ37.0126.6550.21-
YUV145.07151.67162.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=39.35%
G=22.72%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411218700.420.040.24305.1240.260
HexC270BB02A418131283c
Octal3021602730524304615074
Binary11000010111000010111011010101010011000100110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C270BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C270BB; }

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

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

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

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

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

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

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

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