Html Css Color HEX #C92CAE Fuchsia

📋 copy color: '#C92CAE'

red 201 ◦ green 44 ◦ blue 174

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

Shades of Fuchsia #C92CAE

Tints of Fuchsia #C92CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.5%

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

R = 47.97%
G = 10.5%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C92CAE (or 0xC92CAE) is known color: Fuchsia. HEX triplet: C9, 2C and AE. RGB value is (201,44,174). Sum of RGB (Red+Green+Blue) = 201+44+174=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C92CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92CAE is #36D351. Grayscale: #696969. Windows color (decimal): -3593042 or 11414729. OLE color: 11414729.

HSL color Cylindrical-coordinate representation of color #C92CAE: hue angle of 310.32º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92CAE is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 44 174 -
CMYK 0 0.78 0.13 0.21
HSL 310.32º 0.64% 0.48% -
HSV(B) 310.32º 0.78% 0.79% -
XYZ 32.63 17.27 41.66 -
YUV 105.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 201 44 174 0 0.78 0.13 0.21 310.32 0.64 0.48
Hex C9 2C AE 0 4E D 15 136 40 30
Octal 311 54 256 0 116 15 25 466 100 60
Binary 11001001 101100 10101110 0 1001110 1101 10101 100110110 1000000 110000

Color Harmonies of #C92CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CAE

Black with #C92CAE

Text Example


Text Example

White with #C92CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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