Html Css Color HEX #C13FAC Fuchsia

📋 copy color: '#C13FAC'

red 193 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #C13FAC

Tints of Fuchsia #C13FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.72%

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

R = 45.09%
G = 14.72%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C13FAC (or 0xC13FAC) is known color: Fuchsia. HEX triplet: C1, 3F and AC. RGB value is (193,63,172). Sum of RGB (Red+Green+Blue) = 193+63+172=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FAC is #3EC053. Grayscale: #717171. Windows color (decimal): -4112468 or 11288513. OLE color: 11288513.

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

Color convert

RGB 193 63 172 -
CMYK 0 0.67 0.11 0.24
HSL 309.69º 0.51% 0.5% -
HSV(B) 309.69º 0.67% 0.76% -
XYZ 31.22 17.87 40.83 -
YUV 114.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 193 63 172 0 0.67 0.11 0.24 309.69 0.51 0.5
Hex C1 3F AC 0 43 B 18 136 33 32
Octal 301 77 254 0 103 13 30 466 63 62
Binary 11000001 111111 10101100 0 1000011 1011 11000 100110110 110011 110010

Color Harmonies of #C13FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FAC

Black with #C13FAC

Text Example


Text Example

White with #C13FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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