Html Css Color HEX #C873B3 Fuchsia

📋 copy color: '#C873B3'

red 200 ◦ green 115 ◦ blue 179

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

Shades of Fuchsia #C873B3

Tints of Fuchsia #C873B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.23%

R = 40.49%
G = 23.28%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C873B3 (or 0xC873B3) is known color: Fuchsia. HEX triplet: C8, 73 and B3. RGB value is (200,115,179). Sum of RGB (Red+Green+Blue) = 200+115+179=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C873B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873B3 is #378C4C. Grayscale: #939393. Windows color (decimal): -3640397 or 11760584. OLE color: 11760584.

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

Color convert

RGB 200 115 179 -
CMYK 0 0.42 0.10 0.22
HSL 314.82º 0.44% 0.62% -
HSV(B) 314.82º 0.43% 0.78% -
XYZ 38.09 27.8 46.01 -
YUV 147.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 200 115 179 0 0.42 0.10 0.22 314.82 0.44 0.62
Hex C8 73 B3 0 2A A 16 13B 2C 3E
Octal 310 163 263 0 52 12 26 473 54 76
Binary 11001000 1110011 10110011 0 101010 1010 10110 100111011 101100 111110

Color Harmonies of #C873B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C873B3

Black with #C873B3

Text Example


Text Example

White with #C873B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C873B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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