#C247CD

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

Shades of Fuchsia #C247CD

Tints of Fuchsia #C247CD

Color information

#C247CD (or 0xC247CD) is unknown color: approx Fuchsia. HEX triplet: C2, 47 and CD. RGB value is (194,71,205). Sum of RGB (Red+Green+Blue) = 194+71+205=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #C247CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247CD is #3DB832. Grayscale: #7A7A7A. Windows color (decimal): -4044851 or 13453250. OLE color: 13453250.

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

Color convert

RGB19471205-
CMYK0.050.6500.20
HSL295.07º57.26%54.12%-
HSV(B)295.07º65.37%80.39%-
XYZ35.5220.3859.82-
YUV123.05174.25178.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 71 (28.12% from 255) = 15.11%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=41.28%
G=15.11%
B=43.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194712050.050.6500.20295.0757.2654.12
HexC247CD5410141273936
Octal30210731551010244477166
Binary110000101000111110011011011000001010100100100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C247CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C247CD; }

 p { color: rgb(194,71,205); }

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

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

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

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

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

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

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