Html Css Color HEX #C141AF Fuchsia

📋 copy color: '#C141AF'

red 193 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #C141AF

Tints of Fuchsia #C141AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

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

R = 44.57%
G = 15.01%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C141AF (or 0xC141AF) is known color: Fuchsia. HEX triplet: C1, 41 and AF. RGB value is (193,65,175). Sum of RGB (Red+Green+Blue) = 193+65+175=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C141AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C141AF is #3EBE50. Grayscale: #737373. Windows color (decimal): -4111953 or 11485633. OLE color: 11485633.

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

Color convert

RGB 193 65 175 -
CMYK 0 0.66 0.09 0.24
HSL 308.44º 0.51% 0.51% -
HSV(B) 308.44º 0.66% 0.76% -
XYZ 31.62 18.21 42.41 -
YUV 115.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 193 65 175 0 0.66 0.09 0.24 308.44 0.51 0.51
Hex C1 41 AF 0 42 9 18 134 33 33
Octal 301 101 257 0 102 11 30 464 63 63
Binary 11000001 1000001 10101111 0 1000010 1001 11000 100110100 110011 110011

Color Harmonies of #C141AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141AF

Black with #C141AF

Text Example


Text Example

White with #C141AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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