Html Css Color HEX #C872B2 Fuchsia

📋 copy color: '#C872B2'

red 200 ◦ green 114 ◦ blue 178

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

Shades of Fuchsia #C872B2

Tints of Fuchsia #C872B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 40.65%
G = 23.17%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C872B2 (or 0xC872B2) is known color: Fuchsia. HEX triplet: C8, 72 and B2. RGB value is (200,114,178). Sum of RGB (Red+Green+Blue) = 200+114+178=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C872B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C872B2 is #378D4D. Grayscale: #929292. Windows color (decimal): -3640654 or 11694792. OLE color: 11694792.

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

Color convert

RGB 200 114 178 -
CMYK 0 0.43 0.11 0.22
HSL 315.35º 0.44% 0.62% -
HSV(B) 315.35º 0.43% 0.78% -
XYZ 37.87 27.53 45.44 -
YUV 147.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 200 114 178 0 0.43 0.11 0.22 315.35 0.44 0.62
Hex C8 72 B2 0 2B B 16 13B 2C 3E
Octal 310 162 262 0 53 13 26 473 54 76
Binary 11001000 1110010 10110010 0 101011 1011 10110 100111011 101100 111110

Color Harmonies of #C872B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872B2

Black with #C872B2

Text Example


Text Example

White with #C872B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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