Html Css Color HEX #C046B6 Fuchsia

📋 copy color: '#C046B6'

red 192 ◦ green 70 ◦ blue 182

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

Shades of Fuchsia #C046B6

Tints of Fuchsia #C046B6

RGB

 RED value IS 192 (75.39% from 255) = 43.24%

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

 BLUE value IS 182 (71.48% from 255) = 40.99%

R = 43.24%
G = 15.77%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C046B6 (or 0xC046B6) is known color: Fuchsia. HEX triplet: C0, 46 and B6. RGB value is (192,70,182). Sum of RGB (Red+Green+Blue) = 192+70+182=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C046B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046B6 is #3FB949. Grayscale: #767676. Windows color (decimal): -4176202 or 11945664. OLE color: 11945664.

HSL color Cylindrical-coordinate representation of color #C046B6: hue angle of 304.92º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C046B6 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 182 -
CMYK 0 0.64 0.05 0.25
HSL 304.92º 0.49% 0.51% -
HSV(B) 304.92º 0.64% 0.75% -
XYZ 32.37 18.96 46.21 -
YUV 119.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 192 70 182 0 0.64 0.05 0.25 304.92 0.49 0.51
Hex C0 46 B6 0 40 5 19 131 31 33
Octal 300 106 266 0 100 5 31 461 61 63
Binary 11000000 1000110 10110110 0 1000000 101 11001 100110001 110001 110011

Color Harmonies of #C046B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046B6

Black with #C046B6

Text Example


Text Example

White with #C046B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046B6; }

 p { color: rgb(192,70,182); }

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

background-color css

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

 a { background-color: rgb(192,70,182); }

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

border-color css

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

 span { border-color: rgb(192,70,182); }

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