Html Css Color HEX #C441C0 Fuchsia

📋 copy color: '#C441C0'

red 196 ◦ green 65 ◦ blue 192

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

Shades of Fuchsia #C441C0

Tints of Fuchsia #C441C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 43.27%
G = 14.35%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C441C0 (or 0xC441C0) is known color: Fuchsia. HEX triplet: C4, 41 and C0. RGB value is (196,65,192). Sum of RGB (Red+Green+Blue) = 196+65+192=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C441C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441C0 is #3BBE3F. Grayscale: #767676. Windows color (decimal): -3915328 or 12599748. OLE color: 12599748.

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

Color convert

RGB 196 65 192 -
CMYK 0 0.67 0.02 0.23
HSL 301.83º 0.53% 0.51% -
HSV(B) 301.83º 0.67% 0.77% -
XYZ 34.17 19.32 51.8 -
YUV 118.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 196 65 192 0 0.67 0.02 0.23 301.83 0.53 0.51
Hex C4 41 C0 0 43 2 17 12E 35 33
Octal 304 101 300 0 103 2 27 456 65 63
Binary 11000100 1000001 11000000 0 1000011 10 10111 100101110 110101 110011

Color Harmonies of #C441C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441C0

Black with #C441C0

Text Example


Text Example

White with #C441C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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