Html Css Color HEX #C936AA Fuchsia

📋 copy color: '#C936AA'

red 201 ◦ green 54 ◦ blue 170

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

Shades of Fuchsia #C936AA

Tints of Fuchsia #C936AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40%

R = 47.29%
G = 12.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C936AA (or 0xC936AA) is known color: Fuchsia. HEX triplet: C9, 36 and AA. RGB value is (201,54,170). Sum of RGB (Red+Green+Blue) = 201+54+170=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C936AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C936AA is #36C955. Grayscale: #6E6E6E. Windows color (decimal): -3590486 or 11155145. OLE color: 11155145.

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

Color convert

RGB 201 54 170 -
CMYK 0 0.73 0.15 0.21
HSL 312.65º 0.58% 0.5% -
HSV(B) 312.65º 0.73% 0.79% -
XYZ 32.66 17.96 39.77 -
YUV 111.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 201 54 170 0 0.73 0.15 0.21 312.65 0.58 0.5
Hex C9 36 AA 0 49 F 15 139 3A 32
Octal 311 66 252 0 111 17 25 471 72 62
Binary 11001001 110110 10101010 0 1001001 1111 10101 100111001 111010 110010

Color Harmonies of #C936AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C936AA

Black with #C936AA

Text Example


Text Example

White with #C936AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C936AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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