Html Css Color HEX #C44FC0 Fuchsia

📋 copy color: '#C44FC0'

red 196 ◦ green 79 ◦ blue 192

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

Shades of Fuchsia #C44FC0

Tints of Fuchsia #C44FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.92%

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

R = 41.97%
G = 16.92%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C44FC0 (or 0xC44FC0) is known color: Fuchsia. HEX triplet: C4, 4F and C0. RGB value is (196,79,192). Sum of RGB (Red+Green+Blue) = 196+79+192=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FC0 is #3BB03F. Grayscale: #7E7E7E. Windows color (decimal): -3911744 or 12603332. OLE color: 12603332.

HSL color Cylindrical-coordinate representation of color #C44FC0: hue angle of 302.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44FC0 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 79 192 -
CMYK 0 0.60 0.02 0.23
HSL 302.05º 0.5% 0.54% -
HSV(B) 302.05º 0.6% 0.77% -
XYZ 35.08 21.13 52.1 -
YUV 126.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 196 79 192 0 0.60 0.02 0.23 302.05 0.5 0.54
Hex C4 4F C0 0 3C 2 17 12E 32 36
Octal 304 117 300 0 74 2 27 456 62 66
Binary 11000100 1001111 11000000 0 111100 10 10111 100101110 110010 110110

Color Harmonies of #C44FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44FC0

Black with #C44FC0

Text Example


Text Example

White with #C44FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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