#C273C2

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

Shades of Fuchsia #C273C2

Tints of Fuchsia #C273C2

Color information

#C273C2 (or 0xC273C2) is unknown color: approx Fuchsia. HEX triplet: C2, 73 and C2. RGB value is (194,115,194). Sum of RGB (Red+Green+Blue) = 194+115+194=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C273C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273C2 is #3D8C3D. Grayscale: #939393. Windows color (decimal): -4033598 or 12743618. OLE color: 12743618.

HSL color Cylindrical-coordinate representation of color #C273C2: hue angle of 300º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C273C2 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194115194-
CMYK00.4100.24
HSL300º39.3%60.59%-
HSV(B)300º40.72%76.08%-
XYZ38.1227.6354.36-
YUV147.63154.17161.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 115 (45.31% from 255) = 22.86%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=38.57%
G=22.86%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411519400.4100.2430039.360.59
HexC273C202901812c273d
Octal3021633020510304544775
Binary110000101110011110000100101001011000100101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273C2; }

 p { color: rgb(194,115,194); }

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

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

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

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

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

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

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