#C82DD1

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

Shades of Fuchsia #C82DD1

Tints of Fuchsia #C82DD1

Color information

#C82DD1 (or 0xC82DD1) is unknown color: approx Fuchsia. HEX triplet: C8, 2D and D1. RGB value is (200,45,209). Sum of RGB (Red+Green+Blue) = 200+45+209=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #C82DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DD1 is #37D22E. Grayscale: #6D6D6D. Windows color (decimal): -3658287 or 13708744. OLE color: 13708744.

HSL color Cylindrical-coordinate representation of color #C82DD1: hue angle of 296.71º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82DD1 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20045209-
CMYK0.040.7800.18
HSL296.71º64.57%49.8%-
HSV(B)296.71º78.47%81.96%-
XYZ36.2718.7662.03-
YUV110.04183.85192.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 45 (17.97% from 255) = 9.91%
BLUE value IS 209 (82.03% from 255) = 46.04%
R=44.05%
G=9.91%
B=46.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal200452090.040.7800.18296.7164.5749.8
HexC82DD144E0121294132
Octal31055321411602245110162
Binary110010001011011101000110010011100100101001010011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82DD1; }

 p { color: rgb(200,45,209); }

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

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

 a { background-color: rgb(200,45,209); }

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

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

 span { border-color: rgb(200,45,209); }

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