#C845CC

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

Shades of Fuchsia #C845CC

Tints of Fuchsia #C845CC

Color information

#C845CC (or 0xC845CC) is unknown color: approx Fuchsia. HEX triplet: C8, 45 and CC. RGB value is (200,69,204). Sum of RGB (Red+Green+Blue) = 200+69+204=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C845CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845CC is #37BA33. Grayscale: #7B7B7B. Windows color (decimal): -3652148 or 13387208. OLE color: 13387208.

HSL color Cylindrical-coordinate representation of color #C845CC: hue angle of 298.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C845CC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20069204-
CMYK0.020.6600.2
HSL298.22º56.96%53.53%-
HSV(B)298.22º66.18%80%-
XYZ36.8520.959.22-
YUV123.56173.4182.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 69 (27.34% from 255) = 14.59%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=42.28%
G=14.59%
B=43.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200692040.020.6600.2298.2256.9653.53
HexC845CC24201412a3936
Octal31010531421020244527166
Binary11001000100010111001100101000010010100100101010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C845CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C845CC; }

 p { color: rgb(200,69,204); }

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

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

 a { background-color: rgb(200,69,204); }

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

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

 span { border-color: rgb(200,69,204); }

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