#C249CC

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

Shades of Fuchsia #C249CC

Tints of Fuchsia #C249CC

Color information

#C249CC (or 0xC249CC) is unknown color: approx Fuchsia. HEX triplet: C2, 49 and CC. RGB value is (194,73,204). Sum of RGB (Red+Green+Blue) = 194+73+204=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #C249CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249CC is #3DB633. Grayscale: #7B7B7B. Windows color (decimal): -4044340 or 13388226. OLE color: 13388226.

HSL color Cylindrical-coordinate representation of color #C249CC: hue angle of 295.42º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C249CC is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19473204-
CMYK0.050.6400.2
HSL295.42º56.22%54.31%-
HSV(B)295.42º64.22%80%-
XYZ35.5320.5959.23-
YUV124.11173.09177.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 73 (28.91% from 255) = 15.50%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=41.19%
G=15.50%
B=43.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194732040.050.6400.2295.4256.2254.31
HexC249CC5400141273836
Octal30211131451000244477066
Binary110000101001001110011001011000000010100100100111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C249CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C249CC; }

 p { color: rgb(194,73,204); }

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

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

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

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

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

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

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