#C830CE

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

Shades of Fuchsia #C830CE

Tints of Fuchsia #C830CE

Color information

#C830CE (or 0xC830CE) is unknown color: approx Fuchsia. HEX triplet: C8, 30 and CE. RGB value is (200,48,206). Sum of RGB (Red+Green+Blue) = 200+48+206=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #C830CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830CE is #37CF31. Grayscale: #6E6E6E. Windows color (decimal): -3657522 or 13512904. OLE color: 13512904.

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

Color convert

RGB20048206-
CMYK0.030.7700.19
HSL297.72º62.2%49.8%-
HSV(B)297.72º76.7%80.78%-
XYZ36.0218.8560.13-
YUV111.46181.36191.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 48 (19.14% from 255) = 10.57%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=44.05%
G=10.57%
B=45.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal200482060.030.7700.19297.7262.249.8
HexC830CE34D01312a3e32
Octal3106031631150234527662
Binary1100100011000011001110111001101010011100101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C830CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C830CE; }

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

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

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

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

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

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

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

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