Html Css Color HEX #C13BAA Fuchsia

📋 copy color: '#C13BAA'

red 193 ◦ green 59 ◦ blue 170

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

Shades of Fuchsia #C13BAA

Tints of Fuchsia #C13BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.98%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 45.73%
G = 13.98%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C13BAA (or 0xC13BAA) is known color: Fuchsia. HEX triplet: C1, 3B and AA. RGB value is (193,59,170). Sum of RGB (Red+Green+Blue) = 193+59+170=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C13BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13BAA is #3EC455. Grayscale: #6F6F6F. Windows color (decimal): -4113494 or 11156417. OLE color: 11156417.

HSL color Cylindrical-coordinate representation of color #C13BAA: hue angle of 310.3º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13BAA is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 59 170 -
CMYK 0 0.69 0.12 0.24
HSL 310.3º 0.53% 0.49% -
HSV(B) 310.3º 0.69% 0.76% -
XYZ 30.81 17.37 39.76 -
YUV 111.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 193 59 170 0 0.69 0.12 0.24 310.3 0.53 0.49
Hex C1 3B AA 0 45 C 18 136 35 31
Octal 301 73 252 0 105 14 30 466 65 61
Binary 11000001 111011 10101010 0 1000101 1100 11000 100110110 110101 110001

Color Harmonies of #C13BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13BAA

Black with #C13BAA

Text Example


Text Example

White with #C13BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13BAA; }

 p { color: rgb(193,59,170); }

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

background-color css

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

 a { background-color: rgb(193,59,170); }

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

border-color css

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

 span { border-color: rgb(193,59,170); }

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