#C267B9

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

Shades of Fuchsia #C267B9

Tints of Fuchsia #C267B9

Color information

#C267B9 (or 0xC267B9) is unknown color: approx Fuchsia. HEX triplet: C2, 67 and B9. RGB value is (194,103,185). Sum of RGB (Red+Green+Blue) = 194+103+185=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C267B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267B9 is #3D9846. Grayscale: #8B8B8B. Windows color (decimal): -4036679 or 12150722. OLE color: 12150722.

HSL color Cylindrical-coordinate representation of color #C267B9: hue angle of 305.93º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C267B9 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194103185-
CMYK00.470.050.24
HSL305.93º42.72%58.24%-
HSV(B)305.93º46.91%76.08%-
XYZ35.8624.6748.77-
YUV139.56153.65166.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 103 (40.62% from 255) = 21.37%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=40.25%
G=21.37%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410318500.470.050.24305.9342.7258.24
HexC267B902F5181322b3a
Octal3021472710575304625372
Binary11000010110011110111001010111110111000100110010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267B9; }

 p { color: rgb(194,103,185); }

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

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

 a { background-color: rgb(194,103,185); }

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

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

 span { border-color: rgb(194,103,185); }

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