Html Css Color HEX #C130AC Fuchsia

📋 copy color: '#C130AC'

red 193 ◦ green 48 ◦ blue 172

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

Shades of Fuchsia #C130AC

Tints of Fuchsia #C130AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.62%

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 46.73%
G = 11.62%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C130AC (or 0xC130AC) is known color: Fuchsia. HEX triplet: C1, 30 and AC. RGB value is (193,48,172). Sum of RGB (Red+Green+Blue) = 193+48+172=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C130AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C130AC is #3ECF53. Grayscale: #696969. Windows color (decimal): -4116308 or 11284673. OLE color: 11284673.

HSL color Cylindrical-coordinate representation of color #C130AC: hue angle of 308.69º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C130AC is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 172 -
CMYK 0 0.75 0.11 0.24
HSL 308.69º 0.6% 0.47% -
HSV(B) 308.69º 0.75% 0.76% -
XYZ 30.5 16.43 40.59 -
YUV 105.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 193 48 172 0 0.75 0.11 0.24 308.69 0.6 0.47
Hex C1 30 AC 0 4B B 18 135 3C 2F
Octal 301 60 254 0 113 13 30 465 74 57
Binary 11000001 110000 10101100 0 1001011 1011 11000 100110101 111100 101111

Color Harmonies of #C130AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130AC

Black with #C130AC

Text Example


Text Example

White with #C130AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130AC; }

 p { color: rgb(193,48,172); }

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

background-color css

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

 a { background-color: rgb(193,48,172); }

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

border-color css

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

 span { border-color: rgb(193,48,172); }

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