Html Css Color HEX #C13AA8 Fuchsia

📋 copy color: '#C13AA8'

red 193 ◦ green 58 ◦ blue 168

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

Shades of Fuchsia #C13AA8

Tints of Fuchsia #C13AA8

RGB

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

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

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

R = 46.06%
G = 13.84%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C13AA8 (or 0xC13AA8) is known color: Fuchsia. HEX triplet: C1, 3A and A8. RGB value is (193,58,168). Sum of RGB (Red+Green+Blue) = 193+58+168=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13AA8 is #3EC557. Grayscale: #6E6E6E. Windows color (decimal): -4113752 or 11025089. OLE color: 11025089.

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

Color convert

RGB 193 58 168 -
CMYK 0 0.70 0.13 0.24
HSL 311.11º 0.54% 0.49% -
HSV(B) 311.11º 0.7% 0.76% -
XYZ 30.57 17.19 38.75 -
YUV 110.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 193 58 168 0 0.70 0.13 0.24 311.11 0.54 0.49
Hex C1 3A A8 0 46 D 18 137 36 31
Octal 301 72 250 0 106 15 30 467 66 61
Binary 11000001 111010 10101000 0 1000110 1101 11000 100110111 110110 110001

Color Harmonies of #C13AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13AA8

Black with #C13AA8

Text Example


Text Example

White with #C13AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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