Html Css Color HEX #C854C0 Fuchsia

📋 copy color: '#C854C0'

red 200 ◦ green 84 ◦ blue 192

#C854C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C854C0

Tints of Fuchsia #C854C0

RGB

 RED value IS 200 (78.52% from 255) = 42.02%

 GREEN value IS 84 (33.2% from 255) = 17.65%

 BLUE value IS 192 (75.39% from 255) = 40.34%

R = 42.02%
G = 17.65%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C854C0 (or 0xC854C0) is known color: Fuchsia. HEX triplet: C8, 54 and C0. RGB value is (200,84,192). Sum of RGB (Red+Green+Blue) = 200+84+192=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C854C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854C0 is #37AB3F. Grayscale: #828282. Windows color (decimal): -3648320 or 12604616. OLE color: 12604616.

HSL color Cylindrical-coordinate representation of color #C854C0: hue angle of 304.14º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C854C0 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 192 -
CMYK 0 0.58 0.04 0.22
HSL 304.14º 0.51% 0.56% -
HSV(B) 304.14º 0.58% 0.78% -
XYZ 36.5 22.43 52.27 -
YUV 131 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 200 84 192 0 0.58 0.04 0.22 304.14 0.51 0.56
Hex C8 54 C0 0 3A 4 16 130 33 38
Octal 310 124 300 0 72 4 26 460 63 70
Binary 11001000 1010100 11000000 0 111010 100 10110 100110000 110011 111000

Color Harmonies of #C854C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854C0

Black with #C854C0

Text Example


Text Example

White with #C854C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854C0; }

 p { color: rgb(200,84,192); }

 H1.HeaderClassName
 {
   color: #C854C0;
 }
 .AnyTagClassName
 {
   color: #C854C0;
 }
</style>

background-color css

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

 a { background-color: rgb(200,84,192); }

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

border-color css

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

 span { border-color: rgb(200,84,192); }

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