#C84CCB

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

Shades of Fuchsia #C84CCB

Tints of Fuchsia #C84CCB

Color information

#C84CCB (or 0xC84CCB) is unknown color: approx Fuchsia. HEX triplet: C8, 4C and CB. RGB value is (200,76,203). Sum of RGB (Red+Green+Blue) = 200+76+203=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #C84CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CCB is #37B334. Grayscale: #7F7F7F. Windows color (decimal): -3650357 or 13323464. OLE color: 13323464.

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

Color convert

RGB20076203-
CMYK0.010.6300.20
HSL298.58º54.98%54.71%-
HSV(B)298.58º62.56%79.61%-
XYZ37.1821.7658.74-
YUV127.55170.58179.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 76 (30.08% from 255) = 15.87%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=41.75%
G=15.87%
B=42.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200762030.010.6300.20298.5854.9854.71
HexC84CCB13F01412b3737
Octal3101143131770244536767
Binary110010001001100110010111111111010100100101011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84CCB; }

 p { color: rgb(200,76,203); }

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

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

 a { background-color: rgb(200,76,203); }

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

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

 span { border-color: rgb(200,76,203); }

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