Html Css Color HEX #C146B8 Fuchsia

📋 copy color: '#C146B8'

red 193 ◦ green 70 ◦ blue 184

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

Shades of Fuchsia #C146B8

Tints of Fuchsia #C146B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.16%

R = 43.18%
G = 15.66%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C146B8 (or 0xC146B8) is known color: Fuchsia. HEX triplet: C1, 46 and B8. RGB value is (193,70,184). Sum of RGB (Red+Green+Blue) = 193+70+184=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C146B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146B8 is #3EB947. Grayscale: #777777. Windows color (decimal): -4110664 or 12076737. OLE color: 12076737.

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

Color convert

RGB 193 70 184 -
CMYK 0 0.64 0.05 0.24
HSL 304.39º 0.5% 0.52% -
HSV(B) 304.39º 0.64% 0.76% -
XYZ 32.83 19.18 47.32 -
YUV 119.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 193 70 184 0 0.64 0.05 0.24 304.39 0.5 0.52
Hex C1 46 B8 0 40 5 18 130 32 34
Octal 301 106 270 0 100 5 30 460 62 64
Binary 11000001 1000110 10111000 0 1000000 101 11000 100110000 110010 110100

Color Harmonies of #C146B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146B8

Black with #C146B8

Text Example


Text Example

White with #C146B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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