Html Css Color HEX #C144AF Fuchsia

📋 copy color: '#C144AF'

red 193 ◦ green 68 ◦ blue 175

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

Shades of Fuchsia #C144AF

Tints of Fuchsia #C144AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 44.27%
G = 15.6%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C144AF (or 0xC144AF) is known color: Fuchsia. HEX triplet: C1, 44 and AF. RGB value is (193,68,175). Sum of RGB (Red+Green+Blue) = 193+68+175=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C144AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144AF is #3EBB50. Grayscale: #757575. Windows color (decimal): -4111185 or 11486401. OLE color: 11486401.

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

Color convert

RGB 193 68 175 -
CMYK 0 0.65 0.09 0.24
HSL 308.64º 0.5% 0.51% -
HSV(B) 308.64º 0.65% 0.76% -
XYZ 31.8 18.57 42.47 -
YUV 117.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 193 68 175 0 0.65 0.09 0.24 308.64 0.5 0.51
Hex C1 44 AF 0 41 9 18 135 32 33
Octal 301 104 257 0 101 11 30 465 62 63
Binary 11000001 1000100 10101111 0 1000001 1001 11000 100110101 110010 110011

Color Harmonies of #C144AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144AF

Black with #C144AF

Text Example


Text Example

White with #C144AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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