#C852BE

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

Shades of Fuchsia #C852BE

Tints of Fuchsia #C852BE

Color information

#C852BE (or 0xC852BE) is unknown color: approx Fuchsia. HEX triplet: C8, 52 and BE. RGB value is (200,82,190). Sum of RGB (Red+Green+Blue) = 200+82+190=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C852BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852BE is #37AD41. Grayscale: #818181. Windows color (decimal): -3648834 or 12473032. OLE color: 12473032.

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

Color convert

RGB20082190-
CMYK00.590.050.22
HSL305.08º51.75%55.29%-
HSV(B)305.08º59%78.43%-
XYZ36.1322.0351.06-
YUV129.59162.09178.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=42.37%
G=17.37%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008219000.590.050.22305.0851.7555.29
HexC852BE03B5161313437
Octal3101222760735264616467
Binary11001000101001010111110011101110110110100110001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C852BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C852BE; }

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

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

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

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

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

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

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

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