Html Css Color HEX #C855AB Fuchsia

📋 copy color: '#C855AB'

red 200 ◦ green 85 ◦ blue 171

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

Shades of Fuchsia #C855AB

Tints of Fuchsia #C855AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 43.86%
G = 18.64%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C855AB (or 0xC855AB) is known color: Fuchsia. HEX triplet: C8, 55 and AB. RGB value is (200,85,171). Sum of RGB (Red+Green+Blue) = 200+85+171=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C855AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855AB is #37AA54. Grayscale: #808080. Windows color (decimal): -3648085 or 11228616. OLE color: 11228616.

HSL color Cylindrical-coordinate representation of color #C855AB: hue angle of 315.13º 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 #C855AB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 171 -
CMYK 0 0.58 0.14 0.22
HSL 315.13º 0.51% 0.56% -
HSV(B) 315.13º 0.58% 0.78% -
XYZ 34.42 21.72 40.91 -
YUV 129.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 200 85 171 0 0.58 0.14 0.22 315.13 0.51 0.56
Hex C8 55 AB 0 3A E 16 13B 33 38
Octal 310 125 253 0 72 16 26 473 63 70
Binary 11001000 1010101 10101011 0 111010 1110 10110 100111011 110011 111000

Color Harmonies of #C855AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855AB

Black with #C855AB

Text Example


Text Example

White with #C855AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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