Html Css Color HEX #C942AC Fuchsia

📋 copy color: '#C942AC'

red 201 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #C942AC

Tints of Fuchsia #C942AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.03%

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

R = 45.79%
G = 15.03%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C942AC (or 0xC942AC) is known color: Fuchsia. HEX triplet: C9, 42 and AC. RGB value is (201,66,172). Sum of RGB (Red+Green+Blue) = 201+66+172=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C942AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C942AC is #36BD53. Grayscale: #767676. Windows color (decimal): -3587412 or 11289289. OLE color: 11289289.

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

Color convert

RGB 201 66 172 -
CMYK 0 0.67 0.14 0.21
HSL 312.89º 0.56% 0.52% -
HSV(B) 312.89º 0.67% 0.79% -
XYZ 33.48 19.29 40.99 -
YUV 118.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 201 66 172 0 0.67 0.14 0.21 312.89 0.56 0.52
Hex C9 42 AC 0 43 E 15 139 38 34
Octal 311 102 254 0 103 16 25 471 70 64
Binary 11001001 1000010 10101100 0 1000011 1110 10101 100111001 111000 110100

Color Harmonies of #C942AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942AC

Black with #C942AC

Text Example


Text Example

White with #C942AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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