Html Css Color HEX #C872B5 Fuchsia

📋 copy color: '#C872B5'

red 200 ◦ green 114 ◦ blue 181

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

Shades of Fuchsia #C872B5

Tints of Fuchsia #C872B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 40.4%
G = 23.03%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C872B5 (or 0xC872B5) is known color: Fuchsia. HEX triplet: C8, 72 and B5. RGB value is (200,114,181). Sum of RGB (Red+Green+Blue) = 200+114+181=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C872B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872B5 is #378D4A. Grayscale: #939393. Windows color (decimal): -3640651 or 11891400. OLE color: 11891400.

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

Color convert

RGB 200 114 181 -
CMYK 0 0.43 0.09 0.22
HSL 313.26º 0.44% 0.62% -
HSV(B) 313.26º 0.43% 0.78% -
XYZ 38.18 27.65 47.04 -
YUV 147.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 200 114 181 0 0.43 0.09 0.22 313.26 0.44 0.62
Hex C8 72 B5 0 2B 9 16 139 2C 3E
Octal 310 162 265 0 53 11 26 471 54 76
Binary 11001000 1110010 10110101 0 101011 1001 10110 100111001 101100 111110

Color Harmonies of #C872B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872B5

Black with #C872B5

Text Example


Text Example

White with #C872B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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