Html Css Color HEX #C046BE Fuchsia

📋 copy color: '#C046BE'

red 192 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #C046BE

Tints of Fuchsia #C046BE

RGB

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

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

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

R = 42.48%
G = 15.49%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C046BE (or 0xC046BE) is known color: Fuchsia. HEX triplet: C0, 46 and BE. RGB value is (192,70,190). Sum of RGB (Red+Green+Blue) = 192+70+190=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C046BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046BE is #3FB941. Grayscale: #777777. Windows color (decimal): -4176194 or 12469952. OLE color: 12469952.

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

Color convert

RGB 192 70 190 -
CMYK 0 0.64 0.01 0.25
HSL 300.98º 0.49% 0.51% -
HSV(B) 300.98º 0.64% 0.75% -
XYZ 33.22 19.3 50.69 -
YUV 120.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 192 70 190 0 0.64 0.01 0.25 300.98 0.49 0.51
Hex C0 46 BE 0 40 1 19 12D 31 33
Octal 300 106 276 0 100 1 31 455 61 63
Binary 11000000 1000110 10111110 0 1000000 1 11001 100101101 110001 110011

Color Harmonies of #C046BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046BE

Black with #C046BE

Text Example


Text Example

White with #C046BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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