#C82DCE

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

Shades of Fuchsia #C82DCE

Tints of Fuchsia #C82DCE

Color information

#C82DCE (or 0xC82DCE) is unknown color: approx Fuchsia. HEX triplet: C8, 2D and CE. RGB value is (200,45,206). Sum of RGB (Red+Green+Blue) = 200+45+206=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #C82DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DCE is #37D231. Grayscale: #6D6D6D. Windows color (decimal): -3658290 or 13512136. OLE color: 13512136.

HSL color Cylindrical-coordinate representation of color #C82DCE: hue angle of 297.76º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82DCE is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20045206-
CMYK0.030.7800.19
HSL297.76º64.14%49.22%-
HSV(B)297.76º78.16%80.78%-
XYZ35.918.6160.09-
YUV109.7182.35192.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 45 (17.97% from 255) = 9.98%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=44.35%
G=9.98%
B=45.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal200452060.030.7800.19297.7664.1449.22
HexC82DCE34E01312a4031
Octal31055316311602345210061
Binary11001000101101110011101110011100100111001010101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82DCE; }

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

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

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

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

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

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

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

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