#C852B1

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

Shades of Fuchsia #C852B1

Tints of Fuchsia #C852B1

Color information

#C852B1 (or 0xC852B1) is unknown color: approx Fuchsia. HEX triplet: C8, 52 and B1. RGB value is (200,82,177). Sum of RGB (Red+Green+Blue) = 200+82+177=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C852B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852B1 is #37AD4E. Grayscale: #7F7F7F. Windows color (decimal): -3648847 or 11621064. OLE color: 11621064.

HSL color Cylindrical-coordinate representation of color #C852B1: hue angle of 311.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C852B1 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB20082177-
CMYK00.590.120.22
HSL311.69º51.75%55.29%-
HSV(B)311.69º59%78.43%-
XYZ34.7721.4943.91-
YUV128.11155.59179.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 82 (32.42% from 255) = 17.86%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=43.57%
G=17.86%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008217700.590.120.22311.6951.7555.29
HexC852B103BC161383437
Octal31012226107314264706467
Binary110010001010010101100010111011110010110100111000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C852B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C852B1; }

 p { color: rgb(200,82,177); }

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

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

 a { background-color: rgb(200,82,177); }

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

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

 span { border-color: rgb(200,82,177); }

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