Html Css Color HEX #C151B9 Fuchsia

📋 copy color: '#C151B9'

red 193 ◦ green 81 ◦ blue 185

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

Shades of Fuchsia #C151B9

Tints of Fuchsia #C151B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 42.05%
G = 17.65%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C151B9 (or 0xC151B9) is known color: Fuchsia. HEX triplet: C1, 51 and B9. RGB value is (193,81,185). Sum of RGB (Red+Green+Blue) = 193+81+185=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C151B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151B9 is #3EAE46. Grayscale: #7E7E7E. Windows color (decimal): -4107847 or 12145089. OLE color: 12145089.

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

Color convert

RGB 193 81 185 -
CMYK 0 0.58 0.04 0.24
HSL 304.29º 0.47% 0.54% -
HSV(B) 304.29º 0.58% 0.76% -
XYZ 33.69 20.73 48.12 -
YUV 126.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 193 81 185 0 0.58 0.04 0.24 304.29 0.47 0.54
Hex C1 51 B9 0 3A 4 18 130 2F 36
Octal 301 121 271 0 72 4 30 460 57 66
Binary 11000001 1010001 10111001 0 111010 100 11000 100110000 101111 110110

Color Harmonies of #C151B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151B9

Black with #C151B9

Text Example


Text Example

White with #C151B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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