Html Css Color HEX #C151B7 Fuchsia

📋 copy color: '#C151B7'

red 193 ◦ green 81 ◦ blue 183

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

Shades of Fuchsia #C151B7

Tints of Fuchsia #C151B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.04%

R = 42.23%
G = 17.72%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C151B7 (or 0xC151B7) is known color: Fuchsia. HEX triplet: C1, 51 and B7. RGB value is (193,81,183). Sum of RGB (Red+Green+Blue) = 193+81+183=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C151B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151B7 is #3EAE48. Grayscale: #7D7D7D. Windows color (decimal): -4107849 or 12014017. OLE color: 12014017.

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

Color convert

RGB 193 81 183 -
CMYK 0 0.58 0.05 0.24
HSL 305.36º 0.47% 0.54% -
HSV(B) 305.36º 0.58% 0.76% -
XYZ 33.48 20.64 47.02 -
YUV 126.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 193 81 183 0 0.58 0.05 0.24 305.36 0.47 0.54
Hex C1 51 B7 0 3A 5 18 131 2F 36
Octal 301 121 267 0 72 5 30 461 57 66
Binary 11000001 1010001 10110111 0 111010 101 11000 100110001 101111 110110

Color Harmonies of #C151B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151B7

Black with #C151B7

Text Example


Text Example

White with #C151B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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