#C82FCD

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

Shades of Fuchsia #C82FCD

Tints of Fuchsia #C82FCD

Color information

#C82FCD (or 0xC82FCD) is unknown color: approx Fuchsia. HEX triplet: C8, 2F and CD. RGB value is (200,47,205). Sum of RGB (Red+Green+Blue) = 200+47+205=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #C82FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FCD is #37D032. Grayscale: #6E6E6E. Windows color (decimal): -3657779 or 13447112. OLE color: 13447112.

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

Color convert

RGB20047205-
CMYK0.020.7700.20
HSL298.1º62.7%49.41%-
HSV(B)298.1º77.07%80.39%-
XYZ35.8618.7259.48-
YUV110.76181.19191.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 47 (18.75% from 255) = 10.40%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=44.25%
G=10.40%
B=45.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200472050.020.7700.20298.162.749.41
HexC82FCD24D01412a3f31
Octal3105731521150244527761
Binary1100100010111111001101101001101010100100101010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82FCD; }

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

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

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

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

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

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

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

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