Html Css Color HEX #C875B3 Fuchsia

📋 copy color: '#C875B3'

red 200 ◦ green 117 ◦ blue 179

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

Shades of Fuchsia #C875B3

Tints of Fuchsia #C875B3

RGB

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

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

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

R = 40.32%
G = 23.59%
B = 36.09%

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

#C875B3 (or 0xC875B3) is known color: Fuchsia. HEX triplet: C8, 75 and B3. RGB value is (200,117,179). Sum of RGB (Red+Green+Blue) = 200+117+179=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C875B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875B3 is #378A4C. Grayscale: #949494. Windows color (decimal): -3639885 or 11761096. OLE color: 11761096.

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

Color convert

RGB 200 117 179 -
CMYK 0 0.42 0.10 0.22
HSL 315.18º 0.43% 0.62% -
HSV(B) 315.18º 0.42% 0.78% -
XYZ 38.32 28.26 46.08 -
YUV 148.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 200 117 179 0 0.42 0.10 0.22 315.18 0.43 0.62
Hex C8 75 B3 0 2A A 16 13B 2B 3E
Octal 310 165 263 0 52 12 26 473 53 76
Binary 11001000 1110101 10110011 0 101010 1010 10110 100111011 101011 111110

Color Harmonies of #C875B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875B3

Black with #C875B3

Text Example


Text Example

White with #C875B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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