#C848BD

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

Shades of Fuchsia #C848BD

Tints of Fuchsia #C848BD

Color information

#C848BD (or 0xC848BD) is unknown color: approx Fuchsia. HEX triplet: C8, 48 and BD. RGB value is (200,72,189). Sum of RGB (Red+Green+Blue) = 200+72+189=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C848BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848BD is #37B742. Grayscale: #7B7B7B. Windows color (decimal): -3651395 or 12404936. OLE color: 12404936.

HSL color Cylindrical-coordinate representation of color #C848BD: hue angle of 305.16º 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 #C848BD is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB20072189-
CMYK00.640.060.22
HSL305.16º53.78%53.33%-
HSV(B)305.16º64%78.43%-
XYZ35.3220.5950.26-
YUV123.61164.91182.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 72 (28.52% from 255) = 15.62%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=43.38%
G=15.62%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007218900.640.060.22305.1653.7853.33
HexC848BD0406161313635
Octal31011027501006264616665
Binary110010001001000101111010100000011010110100110001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C848BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C848BD; }

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

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

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

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

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

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

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

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