#C848BA

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

Shades of Fuchsia #C848BA

Tints of Fuchsia #C848BA

Color information

#C848BA (or 0xC848BA) is unknown color: approx Fuchsia. HEX triplet: C8, 48 and BA. RGB value is (200,72,186). Sum of RGB (Red+Green+Blue) = 200+72+186=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C848BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848BA is #37B745. Grayscale: #7A7A7A. Windows color (decimal): -3651398 or 12208328. OLE color: 12208328.

HSL color Cylindrical-coordinate representation of color #C848BA: hue angle of 306.56º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C848BA is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB20072186-
CMYK00.640.070.22
HSL306.56º53.78%53.33%-
HSV(B)306.56º64%78.43%-
XYZ3520.4648.56-
YUV123.27163.41182.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 72 (28.52% from 255) = 15.72%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=43.67%
G=15.72%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007218600.640.070.22306.5653.7853.33
HexC848BA0407161333635
Octal31011027201007264636665
Binary110010001001000101110100100000011110110100110011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C848BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C848BA; }

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

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

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

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

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

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

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

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