Html Css Color HEX #C870BA Fuchsia

📋 copy color: '#C870BA'

red 200 ◦ green 112 ◦ blue 186

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

Shades of Fuchsia #C870BA

Tints of Fuchsia #C870BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.49%

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

R = 40.16%
G = 22.49%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C870BA (or 0xC870BA) is known color: Fuchsia. HEX triplet: C8, 70 and BA. RGB value is (200,112,186). Sum of RGB (Red+Green+Blue) = 200+112+186=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C870BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870BA is #378F45. Grayscale: #929292. Windows color (decimal): -3641158 or 12218568. OLE color: 12218568.

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

Color convert

RGB 200 112 186 -
CMYK 0 0.44 0.07 0.22
HSL 309.55º 0.44% 0.61% -
HSV(B) 309.55º 0.44% 0.78% -
XYZ 38.48 27.41 49.72 -
YUV 146.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 200 112 186 0 0.44 0.07 0.22 309.55 0.44 0.61
Hex C8 70 BA 0 2C 7 16 136 2C 3D
Octal 310 160 272 0 54 7 26 466 54 75
Binary 11001000 1110000 10111010 0 101100 111 10110 100110110 101100 111101

Color Harmonies of #C870BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870BA

Black with #C870BA

Text Example


Text Example

White with #C870BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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