#C848CF

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

Shades of Fuchsia #C848CF

Tints of Fuchsia #C848CF

Color information

#C848CF (or 0xC848CF) is unknown color: approx Fuchsia. HEX triplet: C8, 48 and CF. RGB value is (200,72,207). Sum of RGB (Red+Green+Blue) = 200+72+207=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C848CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848CF is #37B730. Grayscale: #7D7D7D. Windows color (decimal): -3651377 or 13584584. OLE color: 13584584.

HSL color Cylindrical-coordinate representation of color #C848CF: hue angle of 296.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C848CF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20072207-
CMYK0.030.6500.19
HSL296.89º58.44%54.71%-
HSV(B)296.89º65.22%81.18%-
XYZ37.421.4261.19-
YUV125.66173.91181.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 72 (28.52% from 255) = 15.03%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=41.75%
G=15.03%
B=43.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal200722070.030.6500.19296.8958.4454.71
HexC848CF3410131293a37
Octal31011031731010234517267
Binary11001000100100011001111111000001010011100101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C848CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C848CF; }

 p { color: rgb(200,72,207); }

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

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

 a { background-color: rgb(200,72,207); }

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

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

 span { border-color: rgb(200,72,207); }

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