Html Css Color HEX #C872BA Fuchsia

📋 copy color: '#C872BA'

red 200 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #C872BA

Tints of Fuchsia #C872BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.8%

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 40%
G = 22.8%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C872BA (or 0xC872BA) is known color: Fuchsia. HEX triplet: C8, 72 and BA. RGB value is (200,114,186). Sum of RGB (Red+Green+Blue) = 200+114+186=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C872BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872BA is #378D45. Grayscale: #939393. Windows color (decimal): -3640646 or 12219080. OLE color: 12219080.

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

Color convert

RGB 200 114 186 -
CMYK 0 0.43 0.07 0.22
HSL 309.77º 0.44% 0.62% -
HSV(B) 309.77º 0.43% 0.78% -
XYZ 38.7 27.86 49.79 -
YUV 147.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 200 114 186 0 0.43 0.07 0.22 309.77 0.44 0.62
Hex C8 72 BA 0 2B 7 16 136 2C 3E
Octal 310 162 272 0 53 7 26 466 54 76
Binary 11001000 1110010 10111010 0 101011 111 10110 100110110 101100 111110

Color Harmonies of #C872BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872BA

Black with #C872BA

Text Example


Text Example

White with #C872BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872BA; }

 p { color: rgb(200,114,186); }

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

background-color css

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

 a { background-color: rgb(200,114,186); }

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

border-color css

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

 span { border-color: rgb(200,114,186); }

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