Html Css Color HEX #C874B3 Fuchsia

📋 copy color: '#C874B3'

red 200 ◦ green 116 ◦ blue 179

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

Shades of Fuchsia #C874B3

Tints of Fuchsia #C874B3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

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

R = 40.4%
G = 23.43%
B = 36.16%

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

#C874B3 (or 0xC874B3) is known color: Fuchsia. HEX triplet: C8, 74 and B3. RGB value is (200,116,179). Sum of RGB (Red+Green+Blue) = 200+116+179=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C874B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874B3 is #378B4C. Grayscale: #949494. Windows color (decimal): -3640141 or 11760840. OLE color: 11760840.

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

Color convert

RGB 200 116 179 -
CMYK 0 0.42 0.10 0.22
HSL 315º 0.43% 0.62% -
HSV(B) 315º 0.42% 0.78% -
XYZ 38.2 28.02 46.04 -
YUV 148.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 200 116 179 0 0.42 0.10 0.22 315 0.43 0.62
Hex C8 74 B3 0 2A A 16 13B 2B 3E
Octal 310 164 263 0 52 12 26 473 53 76
Binary 11001000 1110100 10110011 0 101010 1010 10110 100111011 101011 111110

Color Harmonies of #C874B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874B3

Black with #C874B3

Text Example


Text Example

White with #C874B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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