Html Css Color HEX #C855AF Fuchsia

📋 copy color: '#C855AF'

red 200 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #C855AF

Tints of Fuchsia #C855AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.48%

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 43.48%
G = 18.48%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C855AF (or 0xC855AF) is known color: Fuchsia. HEX triplet: C8, 55 and AF. RGB value is (200,85,175). Sum of RGB (Red+Green+Blue) = 200+85+175=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C855AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855AF is #37AA50. Grayscale: #818181. Windows color (decimal): -3648081 or 11490760. OLE color: 11490760.

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

Color convert

RGB 200 85 175 -
CMYK 0 0.58 0.12 0.22
HSL 313.04º 0.51% 0.56% -
HSV(B) 313.04º 0.58% 0.78% -
XYZ 34.81 21.87 42.94 -
YUV 129.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 200 85 175 0 0.58 0.12 0.22 313.04 0.51 0.56
Hex C8 55 AF 0 3A C 16 139 33 38
Octal 310 125 257 0 72 14 26 471 63 70
Binary 11001000 1010101 10101111 0 111010 1100 10110 100111001 110011 111000

Color Harmonies of #C855AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855AF

Black with #C855AF

Text Example


Text Example

White with #C855AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855AF; }

 p { color: rgb(200,85,175); }

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

background-color css

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

 a { background-color: rgb(200,85,175); }

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

border-color css

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

 span { border-color: rgb(200,85,175); }

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