Html Css Color HEX #C875B4 Fuchsia

📋 copy color: '#C875B4'

red 200 ◦ green 117 ◦ blue 180

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

Shades of Fuchsia #C875B4

Tints of Fuchsia #C875B4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.54%

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

R = 40.24%
G = 23.54%
B = 36.22%

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

#C875B4 (or 0xC875B4) is known color: Fuchsia. HEX triplet: C8, 75 and B4. RGB value is (200,117,180). Sum of RGB (Red+Green+Blue) = 200+117+180=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C875B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875B4 is #378A4B. Grayscale: #949494. Windows color (decimal): -3639884 or 11826632. OLE color: 11826632.

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

Color convert

RGB 200 117 180 -
CMYK 0 0.42 0.1 0.22
HSL 314.46º 0.43% 0.62% -
HSV(B) 314.46º 0.42% 0.78% -
XYZ 38.42 28.3 46.62 -
YUV 149 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 200 117 180 0 0.42 0.1 0.22 314.46 0.43 0.62
Hex C8 75 B4 0 2A A 16 13A 2B 3E
Octal 310 165 264 0 52 12 26 472 53 76
Binary 11001000 1110101 10110100 0 101010 1010 10110 100111010 101011 111110

Color Harmonies of #C875B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875B4

Black with #C875B4

Text Example


Text Example

White with #C875B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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