Html Css Color HEX #C040AD Fuchsia

📋 copy color: '#C040AD'

red 192 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #C040AD

Tints of Fuchsia #C040AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 44.76%
G = 14.92%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C040AD (or 0xC040AD) is known color: Fuchsia. HEX triplet: C0, 40 and AD. RGB value is (192,64,173). Sum of RGB (Red+Green+Blue) = 192+64+173=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C040AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040AD is #3FBF52. Grayscale: #727272. Windows color (decimal): -4177747 or 11354304. OLE color: 11354304.

HSL color Cylindrical-coordinate representation of color #C040AD: hue angle of 308.91º 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 #C040AD is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 64 173 -
CMYK 0 0.67 0.10 0.25
HSL 308.91º 0.5% 0.5% -
HSV(B) 308.91º 0.67% 0.75% -
XYZ 31.11 17.89 41.35 -
YUV 114.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 192 64 173 0 0.67 0.10 0.25 308.91 0.5 0.5
Hex C0 40 AD 0 43 A 19 135 32 32
Octal 300 100 255 0 103 12 31 465 62 62
Binary 11000000 1000000 10101101 0 1000011 1010 11001 100110101 110010 110010

Color Harmonies of #C040AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040AD

Black with #C040AD

Text Example


Text Example

White with #C040AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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