Html Css Color HEX #C140A8 Fuchsia

📋 copy color: '#C140A8'

red 193 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #C140A8

Tints of Fuchsia #C140A8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.06%

 BLUE value IS 168 (66.02% from 255) = 39.53%

R = 45.41%
G = 15.06%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C140A8 (or 0xC140A8) is known color: Fuchsia. HEX triplet: C1, 40 and A8. RGB value is (193,64,168). Sum of RGB (Red+Green+Blue) = 193+64+168=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C140A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140A8 is #3EBF57. Grayscale: #727272. Windows color (decimal): -4112216 or 11026625. OLE color: 11026625.

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

Color convert

RGB 193 64 168 -
CMYK 0 0.67 0.13 0.24
HSL 311.63º 0.51% 0.5% -
HSV(B) 311.63º 0.67% 0.76% -
XYZ 30.89 17.83 38.86 -
YUV 114.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 193 64 168 0 0.67 0.13 0.24 311.63 0.51 0.5
Hex C1 40 A8 0 43 D 18 138 33 32
Octal 301 100 250 0 103 15 30 470 63 62
Binary 11000001 1000000 10101000 0 1000011 1101 11000 100111000 110011 110010

Color Harmonies of #C140A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140A8

Black with #C140A8

Text Example


Text Example

White with #C140A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140A8; }

 p { color: rgb(193,64,168); }

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

background-color css

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

 a { background-color: rgb(193,64,168); }

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

border-color css

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

 span { border-color: rgb(193,64,168); }

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