Html Css Color HEX #C040AA Fuchsia

📋 copy color: '#C040AA'

red 192 ◦ green 64 ◦ blue 170

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

Shades of Fuchsia #C040AA

Tints of Fuchsia #C040AA

RGB

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

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

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

R = 45.07%
G = 15.02%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C040AA (or 0xC040AA) is known color: Fuchsia. HEX triplet: C0, 40 and AA. RGB value is (192,64,170). Sum of RGB (Red+Green+Blue) = 192+64+170=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C040AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040AA is #3FBF55. Grayscale: #727272. Windows color (decimal): -4177750 or 11157696. OLE color: 11157696.

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

Color convert

RGB 192 64 170 -
CMYK 0 0.67 0.11 0.25
HSL 310.31º 0.5% 0.5% -
HSV(B) 310.31º 0.67% 0.75% -
XYZ 30.83 17.78 39.84 -
YUV 114.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 192 64 170 0 0.67 0.11 0.25 310.31 0.5 0.5
Hex C0 40 AA 0 43 B 19 136 32 32
Octal 300 100 252 0 103 13 31 466 62 62
Binary 11000000 1000000 10101010 0 1000011 1011 11001 100110110 110010 110010

Color Harmonies of #C040AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040AA

Black with #C040AA

Text Example


Text Example

White with #C040AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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