Html Css Color HEX #C858AA Fuchsia

📋 copy color: '#C858AA'

red 200 ◦ green 88 ◦ blue 170

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

Shades of Fuchsia #C858AA

Tints of Fuchsia #C858AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 43.67%
G = 19.21%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C858AA (or 0xC858AA) is known color: Fuchsia. HEX triplet: C8, 58 and AA. RGB value is (200,88,170). Sum of RGB (Red+Green+Blue) = 200+88+170=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C858AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858AA is #37A755. Grayscale: #828282. Windows color (decimal): -3647318 or 11163848. OLE color: 11163848.

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

Color convert

RGB 200 88 170 -
CMYK 0 0.56 0.15 0.22
HSL 316.07º 0.5% 0.56% -
HSV(B) 316.07º 0.56% 0.78% -
XYZ 34.56 22.16 40.49 -
YUV 130.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 200 88 170 0 0.56 0.15 0.22 316.07 0.5 0.56
Hex C8 58 AA 0 38 F 16 13C 32 38
Octal 310 130 252 0 70 17 26 474 62 70
Binary 11001000 1011000 10101010 0 111000 1111 10110 100111100 110010 111000

Color Harmonies of #C858AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858AA

Black with #C858AA

Text Example


Text Example

White with #C858AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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