Html Css Color HEX #C740AA Fuchsia

📋 copy color: '#C740AA'

red 199 ◦ green 64 ◦ blue 170

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

Shades of Fuchsia #C740AA

Tints of Fuchsia #C740AA

RGB

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

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

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

R = 45.96%
G = 14.78%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C740AA (or 0xC740AA) is known color: Fuchsia. HEX triplet: C7, 40 and AA. RGB value is (199,64,170). Sum of RGB (Red+Green+Blue) = 199+64+170=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C740AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C740AA is #38BF55. Grayscale: #747474. Windows color (decimal): -3718998 or 11157703. OLE color: 11157703.

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

Color convert

RGB 199 64 170 -
CMYK 0 0.68 0.15 0.22
HSL 312.89º 0.55% 0.52% -
HSV(B) 312.89º 0.68% 0.78% -
XYZ 32.64 18.71 39.92 -
YUV 116.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 199 64 170 0 0.68 0.15 0.22 312.89 0.55 0.52
Hex C7 40 AA 0 44 F 16 139 37 34
Octal 307 100 252 0 104 17 26 471 67 64
Binary 11000111 1000000 10101010 0 1000100 1111 10110 100111001 110111 110100

Color Harmonies of #C740AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740AA

Black with #C740AA

Text Example


Text Example

White with #C740AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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