Html Css Color HEX #C13AB3 Fuchsia

📋 copy color: '#C13AB3'

red 193 ◦ green 58 ◦ blue 179

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

Shades of Fuchsia #C13AB3

Tints of Fuchsia #C13AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.63%

R = 44.88%
G = 13.49%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C13AB3 (or 0xC13AB3) is known color: Fuchsia. HEX triplet: C1, 3A and B3. RGB value is (193,58,179). Sum of RGB (Red+Green+Blue) = 193+58+179=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13AB3 is #3EC54C. Grayscale: #6F6F6F. Windows color (decimal): -4113741 or 11745985. OLE color: 11745985.

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

Color convert

RGB 193 58 179 -
CMYK 0 0.70 0.07 0.24
HSL 306.22º 0.54% 0.49% -
HSV(B) 306.22º 0.7% 0.76% -
XYZ 31.64 17.62 44.38 -
YUV 112.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 193 58 179 0 0.70 0.07 0.24 306.22 0.54 0.49
Hex C1 3A B3 0 46 7 18 132 36 31
Octal 301 72 263 0 106 7 30 462 66 61
Binary 11000001 111010 10110011 0 1000110 111 11000 100110010 110110 110001

Color Harmonies of #C13AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13AB3

Black with #C13AB3

Text Example


Text Example

White with #C13AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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