Html Css Color HEX #C150A9 Fuchsia

📋 copy color: '#C150A9'

red 193 ◦ green 80 ◦ blue 169

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

Shades of Fuchsia #C150A9

Tints of Fuchsia #C150A9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.1%

 BLUE value IS 169 (66.41% from 255) = 38.24%

R = 43.67%
G = 18.1%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C150A9 (or 0xC150A9) is known color: Fuchsia. HEX triplet: C1, 50 and A9. RGB value is (193,80,169). Sum of RGB (Red+Green+Blue) = 193+80+169=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C150A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C150A9 is #3EAF56. Grayscale: #7B7B7B. Windows color (decimal): -4108119 or 11096257. OLE color: 11096257.

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

Color convert

RGB 193 80 169 -
CMYK 0 0.59 0.12 0.24
HSL 312.74º 0.48% 0.54% -
HSV(B) 312.74º 0.59% 0.76% -
XYZ 32.02 19.94 39.7 -
YUV 123.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 193 80 169 0 0.59 0.12 0.24 312.74 0.48 0.54
Hex C1 50 A9 0 3B C 18 139 30 36
Octal 301 120 251 0 73 14 30 471 60 66
Binary 11000001 1010000 10101001 0 111011 1100 11000 100111001 110000 110110

Color Harmonies of #C150A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150A9

Black with #C150A9

Text Example


Text Example

White with #C150A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150A9; }

 p { color: rgb(193,80,169); }

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

background-color css

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

 a { background-color: rgb(193,80,169); }

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

border-color css

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

 span { border-color: rgb(193,80,169); }

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