Html Css Color HEX #C144BE Fuchsia

📋 copy color: '#C144BE'

red 193 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #C144BE

Tints of Fuchsia #C144BE

RGB

 RED value IS 193 (75.78% from 255) = 42.79%

 GREEN value IS 68 (26.95% from 255) = 15.08%

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

R = 42.79%
G = 15.08%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C144BE (or 0xC144BE) is known color: Fuchsia. HEX triplet: C1, 44 and BE. RGB value is (193,68,190). Sum of RGB (Red+Green+Blue) = 193+68+190=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C144BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144BE is #3EBB41. Grayscale: #767676. Windows color (decimal): -4111170 or 12469441. OLE color: 12469441.

HSL color Cylindrical-coordinate representation of color #C144BE: hue angle of 301.44º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C144BE is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 68 190 -
CMYK 0 0.65 0.02 0.24
HSL 301.44º 0.5% 0.51% -
HSV(B) 301.44º 0.65% 0.76% -
XYZ 33.35 19.19 50.66 -
YUV 119.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 193 68 190 0 0.65 0.02 0.24 301.44 0.5 0.51
Hex C1 44 BE 0 41 2 18 12D 32 33
Octal 301 104 276 0 101 2 30 455 62 63
Binary 11000001 1000100 10111110 0 1000001 10 11000 100101101 110010 110011

Color Harmonies of #C144BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144BE

Black with #C144BE

Text Example


Text Example

White with #C144BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144BE; }

 p { color: rgb(193,68,190); }

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

background-color css

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

 a { background-color: rgb(193,68,190); }

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

border-color css

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

 span { border-color: rgb(193,68,190); }

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