Html Css Color HEX #C940AC Fuchsia

📋 copy color: '#C940AC'

red 201 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #C940AC

Tints of Fuchsia #C940AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.65%

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

R = 46%
G = 14.65%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C940AC (or 0xC940AC) is known color: Fuchsia. HEX triplet: C9, 40 and AC. RGB value is (201,64,172). Sum of RGB (Red+Green+Blue) = 201+64+172=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C940AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C940AC is #36BF53. Grayscale: #747474. Windows color (decimal): -3587924 or 11288777. OLE color: 11288777.

HSL color Cylindrical-coordinate representation of color #C940AC: hue angle of 312.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C940AC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 172 -
CMYK 0 0.68 0.14 0.21
HSL 312.7º 0.56% 0.52% -
HSV(B) 312.7º 0.68% 0.79% -
XYZ 33.37 19.06 40.95 -
YUV 117.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 201 64 172 0 0.68 0.14 0.21 312.7 0.56 0.52
Hex C9 40 AC 0 44 E 15 139 38 34
Octal 311 100 254 0 104 16 25 471 70 64
Binary 11001001 1000000 10101100 0 1000100 1110 10101 100111001 111000 110100

Color Harmonies of #C940AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940AC

Black with #C940AC

Text Example


Text Example

White with #C940AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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