Html Css Color HEX #C151AA Fuchsia

📋 copy color: '#C151AA'

red 193 ◦ green 81 ◦ blue 170

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

Shades of Fuchsia #C151AA

Tints of Fuchsia #C151AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.24%

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

R = 43.47%
G = 18.24%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C151AA (or 0xC151AA) is known color: Fuchsia. HEX triplet: C1, 51 and AA. RGB value is (193,81,170). Sum of RGB (Red+Green+Blue) = 193+81+170=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C151AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C151AA is #3EAE55. Grayscale: #7C7C7C. Windows color (decimal): -4107862 or 11162049. OLE color: 11162049.

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

Color convert

RGB 193 81 170 -
CMYK 0 0.58 0.12 0.24
HSL 312.32º 0.47% 0.54% -
HSV(B) 312.32º 0.58% 0.76% -
XYZ 32.19 20.12 40.22 -
YUV 124.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 193 81 170 0 0.58 0.12 0.24 312.32 0.47 0.54
Hex C1 51 AA 0 3A C 18 138 2F 36
Octal 301 121 252 0 72 14 30 470 57 66
Binary 11000001 1010001 10101010 0 111010 1100 11000 100111000 101111 110110

Color Harmonies of #C151AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151AA

Black with #C151AA

Text Example


Text Example

White with #C151AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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