Html Css Color HEX #C874B4 Fuchsia

📋 copy color: '#C874B4'

red 200 ◦ green 116 ◦ blue 180

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

Shades of Fuchsia #C874B4

Tints of Fuchsia #C874B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 40.32%
G = 23.39%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C874B4 (or 0xC874B4) is known color: Fuchsia. HEX triplet: C8, 74 and B4. RGB value is (200,116,180). Sum of RGB (Red+Green+Blue) = 200+116+180=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C874B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874B4 is #378B4B. Grayscale: #949494. Windows color (decimal): -3640140 or 11826376. OLE color: 11826376.

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

Color convert

RGB 200 116 180 -
CMYK 0 0.42 0.1 0.22
HSL 314.29º 0.43% 0.62% -
HSV(B) 314.29º 0.42% 0.78% -
XYZ 38.3 28.07 46.58 -
YUV 148.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 200 116 180 0 0.42 0.1 0.22 314.29 0.43 0.62
Hex C8 74 B4 0 2A A 16 13A 2B 3E
Octal 310 164 264 0 52 12 26 472 53 76
Binary 11001000 1110100 10110100 0 101010 1010 10110 100111010 101011 111110

Color Harmonies of #C874B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874B4

Black with #C874B4

Text Example


Text Example

White with #C874B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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