Html Css Color HEX #C13EAB Fuchsia

📋 copy color: '#C13EAB'

red 193 ◦ green 62 ◦ blue 171

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

Shades of Fuchsia #C13EAB

Tints of Fuchsia #C13EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.55%

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 45.31%
G = 14.55%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C13EAB (or 0xC13EAB) is known color: Fuchsia. HEX triplet: C1, 3E and AB. RGB value is (193,62,171). Sum of RGB (Red+Green+Blue) = 193+62+171=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EAB is #3EC154. Grayscale: #717171. Windows color (decimal): -4112725 or 11222721. OLE color: 11222721.

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

Color convert

RGB 193 62 171 -
CMYK 0 0.68 0.11 0.24
HSL 310.08º 0.51% 0.5% -
HSV(B) 310.08º 0.68% 0.76% -
XYZ 31.07 17.72 40.31 -
YUV 113.6 160.4 184.64 -
System Red Green Blue C M Y K H S L
Decimal 193 62 171 0 0.68 0.11 0.24 310.08 0.51 0.5
Hex C1 3E AB 0 44 B 18 136 33 32
Octal 301 76 253 0 104 13 30 466 63 62
Binary 11000001 111110 10101011 0 1000100 1011 11000 100110110 110011 110010

Color Harmonies of #C13EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EAB

Black with #C13EAB

Text Example


Text Example

White with #C13EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EAB; }

 p { color: rgb(193,62,171); }

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

background-color css

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

 a { background-color: rgb(193,62,171); }

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

border-color css

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

 span { border-color: rgb(193,62,171); }

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