Html Css Color HEX #C440A8 Fuchsia

📋 copy color: '#C440A8'

red 196 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #C440A8

Tints of Fuchsia #C440A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.25%

R = 45.79%
G = 14.95%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C440A8 (or 0xC440A8) is known color: Fuchsia. HEX triplet: C4, 40 and A8. RGB value is (196,64,168). Sum of RGB (Red+Green+Blue) = 196+64+168=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C440A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440A8 is #3BBF57. Grayscale: #737373. Windows color (decimal): -3915608 or 11026628. OLE color: 11026628.

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

Color convert

RGB 196 64 168 -
CMYK 0 0.67 0.14 0.23
HSL 312.73º 0.53% 0.51% -
HSV(B) 312.73º 0.67% 0.77% -
XYZ 31.67 18.23 38.9 -
YUV 115.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 196 64 168 0 0.67 0.14 0.23 312.73 0.53 0.51
Hex C4 40 A8 0 43 E 17 139 35 33
Octal 304 100 250 0 103 16 27 471 65 63
Binary 11000100 1000000 10101000 0 1000011 1110 10111 100111001 110101 110011

Color Harmonies of #C440A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440A8

Black with #C440A8

Text Example


Text Example

White with #C440A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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