Html Css Color HEX #C936AE Fuchsia

📋 copy color: '#C936AE'

red 201 ◦ green 54 ◦ blue 174

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

Shades of Fuchsia #C936AE

Tints of Fuchsia #C936AE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.59%

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

R = 46.85%
G = 12.59%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C936AE (or 0xC936AE) is known color: Fuchsia. HEX triplet: C9, 36 and AE. RGB value is (201,54,174). Sum of RGB (Red+Green+Blue) = 201+54+174=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C936AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C936AE is #36C951. Grayscale: #6F6F6F. Windows color (decimal): -3590482 or 11417289. OLE color: 11417289.

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

Color convert

RGB 201 54 174 -
CMYK 0 0.73 0.13 0.21
HSL 311.02º 0.58% 0.5% -
HSV(B) 311.02º 0.73% 0.79% -
XYZ 33.05 18.11 41.8 -
YUV 111.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 201 54 174 0 0.73 0.13 0.21 311.02 0.58 0.5
Hex C9 36 AE 0 49 D 15 137 3A 32
Octal 311 66 256 0 111 15 25 467 72 62
Binary 11001001 110110 10101110 0 1001001 1101 10101 100110111 111010 110010

Color Harmonies of #C936AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C936AE

Black with #C936AE

Text Example


Text Example

White with #C936AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C936AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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