Html Css Color HEX #C047AA Fuchsia

📋 copy color: '#C047AA'

red 192 ◦ green 71 ◦ blue 170

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

Shades of Fuchsia #C047AA

Tints of Fuchsia #C047AA

RGB

 RED value IS 192 (75.39% from 255) = 44.34%

 GREEN value IS 71 (28.13% from 255) = 16.4%

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

R = 44.34%
G = 16.4%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C047AA (or 0xC047AA) is known color: Fuchsia. HEX triplet: C0, 47 and AA. RGB value is (192,71,170). Sum of RGB (Red+Green+Blue) = 192+71+170=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C047AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047AA is #3FB855. Grayscale: #767676. Windows color (decimal): -4175958 or 11159488. OLE color: 11159488.

HSL color Cylindrical-coordinate representation of color #C047AA: hue angle of 310.91º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C047AA is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 170 -
CMYK 0 0.63 0.11 0.25
HSL 310.91º 0.49% 0.52% -
HSV(B) 310.91º 0.63% 0.75% -
XYZ 31.25 18.62 39.98 -
YUV 118.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 192 71 170 0 0.63 0.11 0.25 310.91 0.49 0.52
Hex C0 47 AA 0 3F B 19 137 31 34
Octal 300 107 252 0 77 13 31 467 61 64
Binary 11000000 1000111 10101010 0 111111 1011 11001 100110111 110001 110100

Color Harmonies of #C047AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047AA

Black with #C047AA

Text Example


Text Example

White with #C047AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047AA; }

 p { color: rgb(192,71,170); }

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

background-color css

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

 a { background-color: rgb(192,71,170); }

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

border-color css

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

 span { border-color: rgb(192,71,170); }

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