Html Css Color HEX #C858A9 Fuchsia

📋 copy color: '#C858A9'

red 200 ◦ green 88 ◦ blue 169

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

Shades of Fuchsia #C858A9

Tints of Fuchsia #C858A9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.26%

 BLUE value IS 169 (66.41% from 255) = 36.98%

R = 43.76%
G = 19.26%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C858A9 (or 0xC858A9) is known color: Fuchsia. HEX triplet: C8, 58 and A9. RGB value is (200,88,169). Sum of RGB (Red+Green+Blue) = 200+88+169=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C858A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858A9 is #37A756. Grayscale: #828282. Windows color (decimal): -3647319 or 11098312. OLE color: 11098312.

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

Color convert

RGB 200 88 169 -
CMYK 0 0.56 0.16 0.22
HSL 316.61º 0.5% 0.56% -
HSV(B) 316.61º 0.56% 0.78% -
XYZ 34.47 22.12 39.99 -
YUV 130.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 200 88 169 0 0.56 0.16 0.22 316.61 0.5 0.56
Hex C8 58 A9 0 38 10 16 13D 32 38
Octal 310 130 251 0 70 20 26 475 62 70
Binary 11001000 1011000 10101001 0 111000 10000 10110 100111101 110010 111000

Color Harmonies of #C858A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858A9

Black with #C858A9

Text Example


Text Example

White with #C858A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858A9; }

 p { color: rgb(200,88,169); }

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

background-color css

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

 a { background-color: rgb(200,88,169); }

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

border-color css

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

 span { border-color: rgb(200,88,169); }

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