Html Css Color HEX #C440AB Fuchsia

📋 copy color: '#C440AB'

red 196 ◦ green 64 ◦ blue 171

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

Shades of Fuchsia #C440AB

Tints of Fuchsia #C440AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 45.48%
G = 14.85%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C440AB (or 0xC440AB) is known color: Fuchsia. HEX triplet: C4, 40 and AB. RGB value is (196,64,171). Sum of RGB (Red+Green+Blue) = 196+64+171=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C440AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440AB is #3BBF54. Grayscale: #737373. Windows color (decimal): -3915605 or 11223236. OLE color: 11223236.

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

Color convert

RGB 196 64 171 -
CMYK 0 0.67 0.13 0.23
HSL 311.36º 0.53% 0.51% -
HSV(B) 311.36º 0.67% 0.77% -
XYZ 31.95 18.34 40.38 -
YUV 115.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 196 64 171 0 0.67 0.13 0.23 311.36 0.53 0.51
Hex C4 40 AB 0 43 D 17 137 35 33
Octal 304 100 253 0 103 15 27 467 65 63
Binary 11000100 1000000 10101011 0 1000011 1101 10111 100110111 110101 110011

Color Harmonies of #C440AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440AB

Black with #C440AB

Text Example


Text Example

White with #C440AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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