#C840CD

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

Shades of Fuchsia #C840CD

Tints of Fuchsia #C840CD

Color information

#C840CD (or 0xC840CD) is unknown color: approx Fuchsia. HEX triplet: C8, 40 and CD. RGB value is (200,64,205). Sum of RGB (Red+Green+Blue) = 200+64+205=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #C840CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840CD is #37BF32. Grayscale: #787878. Windows color (decimal): -3653427 or 13451464. OLE color: 13451464.

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

Color convert

RGB20064205-
CMYK0.020.6900.20
HSL297.87º58.51%52.75%-
HSV(B)297.87º68.78%80.39%-
XYZ36.6720.3559.75-
YUV120.74175.56184.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 64 (25.39% from 255) = 13.65%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=42.64%
G=13.65%
B=43.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200642050.020.6900.20297.8758.5152.75
HexC840CD24501412a3b35
Octal31010031521050244527365
Binary11001000100000011001101101000101010100100101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C840CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C840CD; }

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

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

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

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

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

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

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

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