Html Css Color HEX #C440AD Fuchsia

📋 copy color: '#C440AD'

red 196 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #C440AD

Tints of Fuchsia #C440AD

RGB

 RED value IS 196 (76.95% from 255) = 45.27%

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

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

R = 45.27%
G = 14.78%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C440AD (or 0xC440AD) is known color: Fuchsia. HEX triplet: C4, 40 and AD. RGB value is (196,64,173). Sum of RGB (Red+Green+Blue) = 196+64+173=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C440AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440AD is #3BBF52. Grayscale: #737373. Windows color (decimal): -3915603 or 11354308. OLE color: 11354308.

HSL color Cylindrical-coordinate representation of color #C440AD: hue angle of 310.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C440AD is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 173 -
CMYK 0 0.67 0.12 0.23
HSL 310.45º 0.53% 0.51% -
HSV(B) 310.45º 0.67% 0.77% -
XYZ 32.14 18.42 41.4 -
YUV 115.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 196 64 173 0 0.67 0.12 0.23 310.45 0.53 0.51
Hex C4 40 AD 0 43 C 17 136 35 33
Octal 304 100 255 0 103 14 27 466 65 63
Binary 11000100 1000000 10101101 0 1000011 1100 10111 100110110 110101 110011

Color Harmonies of #C440AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440AD

Black with #C440AD

Text Example


Text Example

White with #C440AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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