Html Css Color HEX #C151AF Fuchsia

📋 copy color: '#C151AF'

red 193 ◦ green 81 ◦ blue 175

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

Shades of Fuchsia #C151AF

Tints of Fuchsia #C151AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 42.98%
G = 18.04%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C151AF (or 0xC151AF) is known color: Fuchsia. HEX triplet: C1, 51 and AF. RGB value is (193,81,175). Sum of RGB (Red+Green+Blue) = 193+81+175=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C151AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C151AF is #3EAE50. Grayscale: #7C7C7C. Windows color (decimal): -4107857 or 11489729. OLE color: 11489729.

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

Color convert

RGB 193 81 175 -
CMYK 0 0.58 0.09 0.24
HSL 309.64º 0.47% 0.54% -
HSV(B) 309.64º 0.58% 0.76% -
XYZ 32.67 20.32 42.76 -
YUV 125.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 193 81 175 0 0.58 0.09 0.24 309.64 0.47 0.54
Hex C1 51 AF 0 3A 9 18 136 2F 36
Octal 301 121 257 0 72 11 30 466 57 66
Binary 11000001 1010001 10101111 0 111010 1001 11000 100110110 101111 110110

Color Harmonies of #C151AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151AF

Black with #C151AF

Text Example


Text Example

White with #C151AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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