Html Css Color HEX #C146BE Fuchsia

📋 copy color: '#C146BE'

red 193 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #C146BE

Tints of Fuchsia #C146BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.45%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 42.6%
G = 15.45%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C146BE (or 0xC146BE) is known color: Fuchsia. HEX triplet: C1, 46 and BE. RGB value is (193,70,190). Sum of RGB (Red+Green+Blue) = 193+70+190=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C146BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146BE is #3EB941. Grayscale: #787878. Windows color (decimal): -4110658 or 12469953. OLE color: 12469953.

HSL color Cylindrical-coordinate representation of color #C146BE: hue angle of 301.46º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C146BE is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 190 -
CMYK 0 0.64 0.02 0.24
HSL 301.46º 0.5% 0.52% -
HSV(B) 301.46º 0.64% 0.76% -
XYZ 33.48 19.44 50.7 -
YUV 120.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 193 70 190 0 0.64 0.02 0.24 301.46 0.5 0.52
Hex C1 46 BE 0 40 2 18 12D 32 34
Octal 301 106 276 0 100 2 30 455 62 64
Binary 11000001 1000110 10111110 0 1000000 10 11000 100101101 110010 110100

Color Harmonies of #C146BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146BE

Black with #C146BE

Text Example


Text Example

White with #C146BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146BE; }

 p { color: rgb(193,70,190); }

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

background-color css

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

 a { background-color: rgb(193,70,190); }

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

border-color css

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

 span { border-color: rgb(193,70,190); }

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