Html Css Color HEX #C870BE Fuchsia

📋 copy color: '#C870BE'

red 200 ◦ green 112 ◦ blue 190

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

Shades of Fuchsia #C870BE

Tints of Fuchsia #C870BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 39.84%
G = 22.31%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C870BE (or 0xC870BE) is known color: Fuchsia. HEX triplet: C8, 70 and BE. RGB value is (200,112,190). Sum of RGB (Red+Green+Blue) = 200+112+190=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C870BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870BE is #378F41. Grayscale: #929292. Windows color (decimal): -3641154 or 12480712. OLE color: 12480712.

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

Color convert

RGB 200 112 190 -
CMYK 0 0.44 0.05 0.22
HSL 306.82º 0.44% 0.61% -
HSV(B) 306.82º 0.44% 0.78% -
XYZ 38.91 27.59 51.99 -
YUV 147.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 200 112 190 0 0.44 0.05 0.22 306.82 0.44 0.61
Hex C8 70 BE 0 2C 5 16 133 2C 3D
Octal 310 160 276 0 54 5 26 463 54 75
Binary 11001000 1110000 10111110 0 101100 101 10110 100110011 101100 111101

Color Harmonies of #C870BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870BE

Black with #C870BE

Text Example


Text Example

White with #C870BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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