Html Css Color HEX #C942AE Fuchsia

📋 copy color: '#C942AE'

red 201 ◦ green 66 ◦ blue 174

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

Shades of Fuchsia #C942AE

Tints of Fuchsia #C942AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 45.58%
G = 14.97%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C942AE (or 0xC942AE) is known color: Fuchsia. HEX triplet: C9, 42 and AE. RGB value is (201,66,174). Sum of RGB (Red+Green+Blue) = 201+66+174=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C942AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C942AE is #36BD51. Grayscale: #767676. Windows color (decimal): -3587410 or 11420361. OLE color: 11420361.

HSL color Cylindrical-coordinate representation of color #C942AE: hue angle of 312º 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 #C942AE is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 174 -
CMYK 0 0.67 0.13 0.21
HSL 312º 0.56% 0.52% -
HSV(B) 312º 0.67% 0.79% -
XYZ 33.68 19.37 42.01 -
YUV 118.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 201 66 174 0 0.67 0.13 0.21 312 0.56 0.52
Hex C9 42 AE 0 43 D 15 138 38 34
Octal 311 102 256 0 103 15 25 470 70 64
Binary 11001001 1000010 10101110 0 1000011 1101 10101 100111000 111000 110100

Color Harmonies of #C942AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942AE

Black with #C942AE

Text Example


Text Example

White with #C942AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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