#C267C1

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

Shades of Fuchsia #C267C1

Tints of Fuchsia #C267C1

Color information

#C267C1 (or 0xC267C1) is unknown color: approx Fuchsia. HEX triplet: C2, 67 and C1. RGB value is (194,103,193). Sum of RGB (Red+Green+Blue) = 194+103+193=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C267C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267C1 is #3D983E. Grayscale: #8C8C8C. Windows color (decimal): -4036671 or 12675010. OLE color: 12675010.

HSL color Cylindrical-coordinate representation of color #C267C1: hue angle of 300.66º 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 #C267C1 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194103193-
CMYK00.470.010.24
HSL300.66º42.72%58.24%-
HSV(B)300.66º46.91%76.08%-
XYZ36.7225.0253.35-
YUV140.47157.65166.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=39.59%
G=21.02%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410319300.470.010.24300.6642.7258.24
HexC267C102F11812d2b3a
Octal3021473010571304555372
Binary110000101100111110000010101111111000100101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267C1; }

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

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

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

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

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

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

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

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