Html Css Color HEX #C441A8 Fuchsia

📋 copy color: '#C441A8'

red 196 ◦ green 65 ◦ blue 168

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

Shades of Fuchsia #C441A8

Tints of Fuchsia #C441A8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.15%

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

R = 45.69%
G = 15.15%
B = 39.16%

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

#C441A8 (or 0xC441A8) is known color: Fuchsia. HEX triplet: C4, 41 and A8. RGB value is (196,65,168). Sum of RGB (Red+Green+Blue) = 196+65+168=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C441A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441A8 is #3BBE57. Grayscale: #737373. Windows color (decimal): -3915352 or 11026884. OLE color: 11026884.

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

Color convert

RGB 196 65 168 -
CMYK 0 0.67 0.14 0.23
HSL 312.82º 0.53% 0.51% -
HSV(B) 312.82º 0.67% 0.77% -
XYZ 31.72 18.34 38.91 -
YUV 115.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 196 65 168 0 0.67 0.14 0.23 312.82 0.53 0.51
Hex C4 41 A8 0 43 E 17 139 35 33
Octal 304 101 250 0 103 16 27 471 65 63
Binary 11000100 1000001 10101000 0 1000011 1110 10111 100111001 110101 110011

Color Harmonies of #C441A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441A8

Black with #C441A8

Text Example


Text Example

White with #C441A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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