Html Css Color HEX #C951AC Fuchsia

📋 copy color: '#C951AC'

red 201 ◦ green 81 ◦ blue 172

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

Shades of Fuchsia #C951AC

Tints of Fuchsia #C951AC

RGB

 RED value IS 201 (78.91% from 255) = 44.27%

 GREEN value IS 81 (32.03% from 255) = 17.84%

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 44.27%
G = 17.84%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C951AC (or 0xC951AC) is known color: Fuchsia. HEX triplet: C9, 51 and AC. RGB value is (201,81,172). Sum of RGB (Red+Green+Blue) = 201+81+172=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C951AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C951AC is #36AE53. Grayscale: #7F7F7F. Windows color (decimal): -3583572 or 11293129. OLE color: 11293129.

HSL color Cylindrical-coordinate representation of color #C951AC: hue angle of 314.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C951AC is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 172 -
CMYK 0 0.60 0.14 0.21
HSL 314.5º 0.53% 0.55% -
HSV(B) 314.5º 0.6% 0.79% -
XYZ 34.48 21.28 41.32 -
YUV 127.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 201 81 172 0 0.60 0.14 0.21 314.5 0.53 0.55
Hex C9 51 AC 0 3C E 15 13A 35 37
Octal 311 121 254 0 74 16 25 472 65 67
Binary 11001001 1010001 10101100 0 111100 1110 10101 100111010 110101 110111

Color Harmonies of #C951AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951AC

Black with #C951AC

Text Example


Text Example

White with #C951AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951AC; }

 p { color: rgb(201,81,172); }

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

background-color css

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

 a { background-color: rgb(201,81,172); }

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

border-color css

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

 span { border-color: rgb(201,81,172); }

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