Html Css Color HEX #C44FBE Fuchsia

📋 copy color: '#C44FBE'

red 196 ◦ green 79 ◦ blue 190

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

Shades of Fuchsia #C44FBE

Tints of Fuchsia #C44FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 42.15%
G = 16.99%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C44FBE (or 0xC44FBE) is known color: Fuchsia. HEX triplet: C4, 4F and BE. RGB value is (196,79,190). Sum of RGB (Red+Green+Blue) = 196+79+190=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FBE is #3BB041. Grayscale: #7E7E7E. Windows color (decimal): -3911746 or 12472260. OLE color: 12472260.

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

Color convert

RGB 196 79 190 -
CMYK 0 0.60 0.03 0.23
HSL 303.08º 0.5% 0.54% -
HSV(B) 303.08º 0.6% 0.77% -
XYZ 34.86 21.05 50.94 -
YUV 126.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 196 79 190 0 0.60 0.03 0.23 303.08 0.5 0.54
Hex C4 4F BE 0 3C 3 17 12F 32 36
Octal 304 117 276 0 74 3 27 457 62 66
Binary 11000100 1001111 10111110 0 111100 11 10111 100101111 110010 110110

Color Harmonies of #C44FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44FBE

Black with #C44FBE

Text Example


Text Example

White with #C44FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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