Html Css Color HEX #C13AAC Fuchsia

📋 copy color: '#C13AAC'

red 193 ◦ green 58 ◦ blue 172

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

Shades of Fuchsia #C13AAC

Tints of Fuchsia #C13AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.71%

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

R = 45.63%
G = 13.71%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C13AAC (or 0xC13AAC) is known color: Fuchsia. HEX triplet: C1, 3A and AC. RGB value is (193,58,172). Sum of RGB (Red+Green+Blue) = 193+58+172=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13AAC is #3EC553. Grayscale: #6F6F6F. Windows color (decimal): -4113748 or 11287233. OLE color: 11287233.

HSL color Cylindrical-coordinate representation of color #C13AAC: hue angle of 309.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13AAC is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 58 172 -
CMYK 0 0.70 0.11 0.24
HSL 309.33º 0.54% 0.49% -
HSV(B) 309.33º 0.7% 0.76% -
XYZ 30.95 17.34 40.75 -
YUV 111.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 193 58 172 0 0.70 0.11 0.24 309.33 0.54 0.49
Hex C1 3A AC 0 46 B 18 135 36 31
Octal 301 72 254 0 106 13 30 465 66 61
Binary 11000001 111010 10101100 0 1000110 1011 11000 100110101 110110 110001

Color Harmonies of #C13AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13AAC

Black with #C13AAC

Text Example


Text Example

White with #C13AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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