Html Css Color HEX #C440AF Fuchsia

📋 copy color: '#C440AF'

red 196 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #C440AF

Tints of Fuchsia #C440AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 45.06%
G = 14.71%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C440AF (or 0xC440AF) is known color: Fuchsia. HEX triplet: C4, 40 and AF. RGB value is (196,64,175). Sum of RGB (Red+Green+Blue) = 196+64+175=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C440AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440AF is #3BBF50. Grayscale: #737373. Windows color (decimal): -3915601 or 11485380. OLE color: 11485380.

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

Color convert

RGB 196 64 175 -
CMYK 0 0.67 0.11 0.23
HSL 309.55º 0.53% 0.51% -
HSV(B) 309.55º 0.67% 0.77% -
XYZ 32.34 18.5 42.42 -
YUV 116.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 196 64 175 0 0.67 0.11 0.23 309.55 0.53 0.51
Hex C4 40 AF 0 43 B 17 136 35 33
Octal 304 100 257 0 103 13 27 466 65 63
Binary 11000100 1000000 10101111 0 1000011 1011 10111 100110110 110101 110011

Color Harmonies of #C440AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440AF

Black with #C440AF

Text Example


Text Example

White with #C440AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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