Html Css Color HEX #C870B9 Fuchsia

📋 copy color: '#C870B9'

red 200 ◦ green 112 ◦ blue 185

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

Shades of Fuchsia #C870B9

Tints of Fuchsia #C870B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.22%

R = 40.24%
G = 22.54%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C870B9 (or 0xC870B9) is known color: Fuchsia. HEX triplet: C8, 70 and B9. RGB value is (200,112,185). Sum of RGB (Red+Green+Blue) = 200+112+185=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C870B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870B9 is #378F46. Grayscale: #929292. Windows color (decimal): -3641159 or 12153032. OLE color: 12153032.

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

Color convert

RGB 200 112 185 -
CMYK 0 0.44 0.08 0.22
HSL 310.23º 0.44% 0.61% -
HSV(B) 310.23º 0.44% 0.78% -
XYZ 38.37 27.37 49.16 -
YUV 146.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 200 112 185 0 0.44 0.08 0.22 310.23 0.44 0.61
Hex C8 70 B9 0 2C 8 16 136 2C 3D
Octal 310 160 271 0 54 10 26 466 54 75
Binary 11001000 1110000 10111001 0 101100 1000 10110 100110110 101100 111101

Color Harmonies of #C870B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870B9

Black with #C870B9

Text Example


Text Example

White with #C870B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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