Html Css Color HEX #C144B7 Fuchsia

📋 copy color: '#C144B7'

red 193 ◦ green 68 ◦ blue 183

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

Shades of Fuchsia #C144B7

Tints of Fuchsia #C144B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.22%

R = 43.47%
G = 15.32%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C144B7 (or 0xC144B7) is known color: Fuchsia. HEX triplet: C1, 44 and B7. RGB value is (193,68,183). Sum of RGB (Red+Green+Blue) = 193+68+183=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C144B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144B7 is #3EBB48. Grayscale: #767676. Windows color (decimal): -4111177 or 12010689. OLE color: 12010689.

HSL color Cylindrical-coordinate representation of color #C144B7: hue angle of 304.8º 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 #C144B7 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 68 183 -
CMYK 0 0.65 0.05 0.24
HSL 304.8º 0.5% 0.51% -
HSV(B) 304.8º 0.65% 0.76% -
XYZ 32.61 18.89 46.73 -
YUV 118.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 193 68 183 0 0.65 0.05 0.24 304.8 0.5 0.51
Hex C1 44 B7 0 41 5 18 131 32 33
Octal 301 104 267 0 101 5 30 461 62 63
Binary 11000001 1000100 10110111 0 1000001 101 11000 100110001 110010 110011

Color Harmonies of #C144B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144B7

Black with #C144B7

Text Example


Text Example

White with #C144B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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