Html Css Color HEX #C858AD Fuchsia

📋 copy color: '#C858AD'

red 200 ◦ green 88 ◦ blue 173

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

Shades of Fuchsia #C858AD

Tints of Fuchsia #C858AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 43.38%
G = 19.09%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C858AD (or 0xC858AD) is known color: Fuchsia. HEX triplet: C8, 58 and AD. RGB value is (200,88,173). Sum of RGB (Red+Green+Blue) = 200+88+173=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C858AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858AD is #37A752. Grayscale: #828282. Windows color (decimal): -3647315 or 11360456. OLE color: 11360456.

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

Color convert

RGB 200 88 173 -
CMYK 0 0.56 0.14 0.22
HSL 314.46º 0.5% 0.56% -
HSV(B) 314.46º 0.56% 0.78% -
XYZ 34.85 22.28 42 -
YUV 131.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 200 88 173 0 0.56 0.14 0.22 314.46 0.5 0.56
Hex C8 58 AD 0 38 E 16 13A 32 38
Octal 310 130 255 0 70 16 26 472 62 70
Binary 11001000 1011000 10101101 0 111000 1110 10110 100111010 110010 111000

Color Harmonies of #C858AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858AD

Black with #C858AD

Text Example


Text Example

White with #C858AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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