#C852BD

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

Shades of Fuchsia #C852BD

Tints of Fuchsia #C852BD

Color information

#C852BD (or 0xC852BD) is unknown color: approx Fuchsia. HEX triplet: C8, 52 and BD. RGB value is (200,82,189). Sum of RGB (Red+Green+Blue) = 200+82+189=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C852BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852BD is #37AD42. Grayscale: #818181. Windows color (decimal): -3648835 or 12407496. OLE color: 12407496.

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

Color convert

RGB20082189-
CMYK00.590.060.22
HSL305.59º51.75%55.29%-
HSV(B)305.59º59%78.43%-
XYZ36.0221.9950.49-
YUV129.48161.59178.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 82 (32.42% from 255) = 17.41%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=42.46%
G=17.41%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008218900.590.060.22305.5951.7555.29
HexC852BD03B6161323437
Octal3101222750736264626467
Binary11001000101001010111101011101111010110100110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C852BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C852BD; }

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

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

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

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

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

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

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

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