Html Css Color HEX #C873B9 Fuchsia

📋 copy color: '#C873B9'

red 200 ◦ green 115 ◦ blue 185

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

Shades of Fuchsia #C873B9

Tints of Fuchsia #C873B9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23%

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

R = 40%
G = 23%
B = 37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C873B9 (or 0xC873B9) is known color: Fuchsia. HEX triplet: C8, 73 and B9. RGB value is (200,115,185). Sum of RGB (Red+Green+Blue) = 200+115+185=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C873B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873B9 is #378C46. Grayscale: #949494. Windows color (decimal): -3640391 or 12153800. OLE color: 12153800.

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

Color convert

RGB 200 115 185 -
CMYK 0 0.42 0.08 0.22
HSL 310.59º 0.44% 0.62% -
HSV(B) 310.59º 0.43% 0.78% -
XYZ 38.71 28.04 49.27 -
YUV 148.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 200 115 185 0 0.42 0.08 0.22 310.59 0.44 0.62
Hex C8 73 B9 0 2A 8 16 137 2C 3E
Octal 310 163 271 0 52 10 26 467 54 76
Binary 11001000 1110011 10111001 0 101010 1000 10110 100110111 101100 111110

Color Harmonies of #C873B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C873B9

Black with #C873B9

Text Example


Text Example

White with #C873B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C873B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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