Html Css Color HEX #C44EC7 Fuchsia

📋 copy color: '#C44EC7'

red 196 ◦ green 78 ◦ blue 199

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

Shades of Fuchsia #C44EC7

Tints of Fuchsia #C44EC7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.49%

 BLUE value IS 199 (78.13% from 255) = 42.07%

R = 41.44%
G = 16.49%
B = 42.07%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C44EC7 (or 0xC44EC7) is known color: Fuchsia. HEX triplet: C4, 4E and C7. RGB value is (196,78,199). Sum of RGB (Red+Green+Blue) = 196+78+199=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #C44EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44EC7 is #3BB138. Grayscale: #7E7E7E. Windows color (decimal): -3911993 or 13061828. OLE color: 13061828.

HSL color Cylindrical-coordinate representation of color #C44EC7: hue angle of 298.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44EC7 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 78 199 -
CMYK 0.02 0.61 0 0.22
HSL 298.51º 0.52% 0.54% -
HSV(B) 298.51º 0.61% 0.78% -
XYZ 35.8 21.31 56.26 -
YUV 127.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 196 78 199 0.02 0.61 0 0.22 298.51 0.52 0.54
Hex C4 4E C7 2 3D 0 16 12B 34 36
Octal 304 116 307 2 75 0 26 453 64 66
Binary 11000100 1001110 11000111 10 111101 0 10110 100101011 110100 110110

Color Harmonies of #C44EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44EC7

Black with #C44EC7

Text Example


Text Example

White with #C44EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44EC7; }

 p { color: rgb(196,78,199); }

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

background-color css

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

 a { background-color: rgb(196,78,199); }

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

border-color css

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

 span { border-color: rgb(196,78,199); }

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