Html Css Color HEX #C441AF Fuchsia

📋 copy color: '#C441AF'

red 196 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #C441AF

Tints of Fuchsia #C441AF

RGB

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

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

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

R = 44.95%
G = 14.91%
B = 40.14%

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

#C441AF (or 0xC441AF) is known color: Fuchsia. HEX triplet: C4, 41 and AF. RGB value is (196,65,175). Sum of RGB (Red+Green+Blue) = 196+65+175=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C441AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441AF is #3BBE50. Grayscale: #747474. Windows color (decimal): -3915345 or 11485636. OLE color: 11485636.

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

Color convert

RGB 196 65 175 -
CMYK 0 0.67 0.11 0.23
HSL 309.62º 0.53% 0.51% -
HSV(B) 309.62º 0.67% 0.77% -
XYZ 32.39 18.61 42.44 -
YUV 116.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 196 65 175 0 0.67 0.11 0.23 309.62 0.53 0.51
Hex C4 41 AF 0 43 B 17 136 35 33
Octal 304 101 257 0 103 13 27 466 65 63
Binary 11000100 1000001 10101111 0 1000011 1011 10111 100110110 110101 110011

Color Harmonies of #C441AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441AF

Black with #C441AF

Text Example


Text Example

White with #C441AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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