#C247CB

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

Shades of Fuchsia #C247CB

Tints of Fuchsia #C247CB

Color information

#C247CB (or 0xC247CB) is unknown color: approx Fuchsia. HEX triplet: C2, 47 and CB. RGB value is (194,71,203). Sum of RGB (Red+Green+Blue) = 194+71+203=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #C247CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247CB is #3DB834. Grayscale: #7A7A7A. Windows color (decimal): -4044853 or 13322178. OLE color: 13322178.

HSL color Cylindrical-coordinate representation of color #C247CB: hue angle of 295.91º degrees, saturation: 0.56, 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 #C247CB is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19471203-
CMYK0.040.6500.20
HSL295.91º55.93%53.73%-
HSV(B)295.91º65.02%79.61%-
XYZ35.2820.2958.56-
YUV122.82173.25178.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 71 (28.12% from 255) = 15.17%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=41.45%
G=15.17%
B=43.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194712030.040.6500.20295.9155.9353.73
HexC247CB4410141283836
Octal30210731341010244507066
Binary110000101000111110010111001000001010100100101000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C247CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C247CB; }

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

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

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

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

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

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

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

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