Html Css Color HEX #C736AA Fuchsia

📋 copy color: '#C736AA'

red 199 ◦ green 54 ◦ blue 170

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

Shades of Fuchsia #C736AA

Tints of Fuchsia #C736AA

RGB

 RED value IS 199 (78.13% from 255) = 47.04%

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

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

R = 47.04%
G = 12.77%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C736AA (or 0xC736AA) is known color: Fuchsia. HEX triplet: C7, 36 and AA. RGB value is (199,54,170). Sum of RGB (Red+Green+Blue) = 199+54+170=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C736AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C736AA is #38C955. Grayscale: #6E6E6E. Windows color (decimal): -3721558 or 11155143. OLE color: 11155143.

HSL color Cylindrical-coordinate representation of color #C736AA: hue angle of 312º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C736AA is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 54 170 -
CMYK 0 0.73 0.15 0.22
HSL 312º 0.57% 0.5% -
HSV(B) 312º 0.73% 0.78% -
XYZ 32.13 17.68 39.75 -
YUV 110.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 199 54 170 0 0.73 0.15 0.22 312 0.57 0.5
Hex C7 36 AA 0 49 F 16 138 39 32
Octal 307 66 252 0 111 17 26 470 71 62
Binary 11000111 110110 10101010 0 1001001 1111 10110 100111000 111001 110010

Color Harmonies of #C736AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C736AA

Black with #C736AA

Text Example


Text Example

White with #C736AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C736AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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