#C852CD

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

Shades of Fuchsia #C852CD

Tints of Fuchsia #C852CD

Color information

#C852CD (or 0xC852CD) is unknown color: approx Fuchsia. HEX triplet: C8, 52 and CD. RGB value is (200,82,205). Sum of RGB (Red+Green+Blue) = 200+82+205=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #C852CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852CD is #37AD32. Grayscale: #828282. Windows color (decimal): -3648819 or 13456072. OLE color: 13456072.

HSL color Cylindrical-coordinate representation of color #C852CD: hue angle of 297.56º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C852CD is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20082205-
CMYK0.020.600.20
HSL297.56º55.16%56.27%-
HSV(B)297.56º60%80.39%-
XYZ37.8622.7260.15-
YUV131.3169.59177-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 82 (32.42% from 255) = 16.84%
BLUE value IS 205 (80.47% from 255) = 42.09%
R=41.07%
G=16.84%
B=42.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200822050.020.600.20297.5655.1656.27
HexC852CD23C01412a3738
Octal3101223152740244526770
Binary1100100010100101100110110111100010100100101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C852CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C852CD; }

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

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

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

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

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

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

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

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