Html Css Color HEX #C872B4 Fuchsia

📋 copy color: '#C872B4'

red 200 ◦ green 114 ◦ blue 180

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

Shades of Fuchsia #C872B4

Tints of Fuchsia #C872B4

RGB

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

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

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

R = 40.49%
G = 23.08%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C872B4 (or 0xC872B4) is known color: Fuchsia. HEX triplet: C8, 72 and B4. RGB value is (200,114,180). Sum of RGB (Red+Green+Blue) = 200+114+180=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C872B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872B4 is #378D4B. Grayscale: #939393. Windows color (decimal): -3640652 or 11825864. OLE color: 11825864.

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

Color convert

RGB 200 114 180 -
CMYK 0 0.43 0.1 0.22
HSL 313.95º 0.44% 0.62% -
HSV(B) 313.95º 0.43% 0.78% -
XYZ 38.07 27.61 46.5 -
YUV 147.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 200 114 180 0 0.43 0.1 0.22 313.95 0.44 0.62
Hex C8 72 B4 0 2B A 16 13A 2C 3E
Octal 310 162 264 0 53 12 26 472 54 76
Binary 11001000 1110010 10110100 0 101011 1010 10110 100111010 101100 111110

Color Harmonies of #C872B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872B4

Black with #C872B4

Text Example


Text Example

White with #C872B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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