Html Css Color HEX #C858BA Fuchsia

📋 copy color: '#C858BA'

red 200 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #C858BA

Tints of Fuchsia #C858BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 42.19%
G = 18.57%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C858BA (or 0xC858BA) is known color: Fuchsia. HEX triplet: C8, 58 and BA. RGB value is (200,88,186). Sum of RGB (Red+Green+Blue) = 200+88+186=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C858BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858BA is #37A745. Grayscale: #848484. Windows color (decimal): -3647302 or 12212424. OLE color: 12212424.

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

Color convert

RGB 200 88 186 -
CMYK 0 0.56 0.07 0.22
HSL 307.5º 0.5% 0.56% -
HSV(B) 307.5º 0.56% 0.78% -
XYZ 36.17 22.8 48.95 -
YUV 132.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 200 88 186 0 0.56 0.07 0.22 307.5 0.5 0.56
Hex C8 58 BA 0 38 7 16 134 32 38
Octal 310 130 272 0 70 7 26 464 62 70
Binary 11001000 1011000 10111010 0 111000 111 10110 100110100 110010 111000

Color Harmonies of #C858BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858BA

Black with #C858BA

Text Example


Text Example

White with #C858BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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