Html Css Color HEX #C940AE Fuchsia

📋 copy color: '#C940AE'

red 201 ◦ green 64 ◦ blue 174

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

Shades of Fuchsia #C940AE

Tints of Fuchsia #C940AE

RGB

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

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

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

R = 45.79%
G = 14.58%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C940AE (or 0xC940AE) is known color: Fuchsia. HEX triplet: C9, 40 and AE. RGB value is (201,64,174). Sum of RGB (Red+Green+Blue) = 201+64+174=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C940AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C940AE is #36BF51. Grayscale: #757575. Windows color (decimal): -3587922 or 11419849. OLE color: 11419849.

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

Color convert

RGB 201 64 174 -
CMYK 0 0.68 0.13 0.21
HSL 311.82º 0.56% 0.52% -
HSV(B) 311.82º 0.68% 0.79% -
XYZ 33.56 19.14 41.97 -
YUV 117.5 159.89 187.56 -
System Red Green Blue C M Y K H S L
Decimal 201 64 174 0 0.68 0.13 0.21 311.82 0.56 0.52
Hex C9 40 AE 0 44 D 15 138 38 34
Octal 311 100 256 0 104 15 25 470 70 64
Binary 11001001 1000000 10101110 0 1000100 1101 10101 100111000 111000 110100

Color Harmonies of #C940AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940AE

Black with #C940AE

Text Example


Text Example

White with #C940AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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